ImageView - implementing gestures (pinch zoom, double tap) compatible with ViewPager (just like Android Gallery)
Asked Answered
C

1

0

I was looking for an effective way to implement gestures for ImageView with ViewPager.
I tried some examples, but they are not working well (e.g. pinch zoom actually is not zooming where I want it to).
In my app I need pinch zooming, double tap zoom and dragging the zoomed image.

What is the fastest and easiest way to make it all work well?

Chassidychassin answered 20/9, 2012 at 16:56 Comment(0)
S
1

you can try this open source project: https://github.com/jasonpolites/gesture-imageview

Sledgehammer answered 20/9, 2012 at 17:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.