-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide imageview single touch callback #25
Comments
I see that there is already a PR for this issue since a year. Any progress on this? |
As a workaround I registered an own TouchListener to the imageview container (overriding the one registered by Loupe). This Listener forwards all events to Loupe, but it also uses a second GestureDetector instance to detect single taps. A crude workaround though. I really hope this PR gets merged through. My code (sorry, it is Java...)
|
when user just touch the imageview with single finger provide the callback as onClickListener()
The text was updated successfully, but these errors were encountered: