-
Notifications
You must be signed in to change notification settings - Fork 500
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
viewpager support #41
Comments
Yes I wish to have viewpager support too. |
+1 |
+2 |
+1 |
1 similar comment
+1 |
It can be fixed easily by adding these line of codes at the end of "public boolean onTouch(View v, MotionEvent event)" method in "GestureImageViewTouchListener" class. if(canDragX || canDragY) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Everything is working charmly but i intend to extend the functionality.
I want to implement a function where the image is draggable and zoomable in a viewpager, viewpager is not pageable just when the edge of the image is on the screen (eg: fullscreen image or left or right side). The isZoomed function is working properly, so the viewpager control is the issue only. Any advice?
Thanks in advance!
The text was updated successfully, but these errors were encountered: