In custom class 'setOnTouchListener' skips actions other than ACTION_DOWN
Open
- 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
Assessment
This issue has not been assessed yet.