Baseflow / Baseflow/PhotoView

In custom class 'setOnTouchListener' skips actions other than ACTION_DOWN

Open
#684 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
18.8k
Forks
3.9k
PR merge metrics
No merged PRs in 30d

Description

Hi! I've developed a custom view extending PhotoView class to implement 'setOnTouchListener' method in that but i've faced a issue that when i tap too frequently and image is a bit zoomed, then only ACTION_DOWN is calling in 'setOnTouchListener' and other actions are not received. It doesn't happen always, but is easy to reproduce. Seems like onTouch method in photoViewAttacher is consuming the events and not letting it to pass to my custom view.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.