-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
OnPhotoTapListener not called when setZoomable(false) #746
Comments
Yeap, same problem. Thats because of line 335 in PhotoViewAttacher class:
This line make pain: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the PhotoView to display a camera stream which I do not want to be zoomable by the user.
I have the following code:
However the onPhotoTap is never called when zoomable is set to false.
Any suggestions or work arounds?
The text was updated successfully, but these errors were encountered: