Would you be so kind to share some more details? Basically I have problem with integrating ViewPager and ImageViews as child element. I want those ImageViews to have pinch zoom, double tap zoom, gesture zoom and fling move while being zoomed. Problem is that ViewPager is overtaking all the touch input and in some cases prevent the ImageView to be correctly displayed. For instance when the ImageView is zoomed, then i expect the swipe to left or right should move the image to its border but ViewPager detects those gesturees and immediatelly changes the view to next ImageView. Any ideas on how to solve it?
Kā ar Tevi var sakontaktēties? Ir lietas runājamas
Hello
I have seen your answer on post on StackOverflow.com regarding ViewPager and ImageView issues:
http://stackoverflow.com/questions/8532572/android-viewpager-with-zoomable-imageview
Would you be so kind to share some more details? Basically I have problem with integrating ViewPager and ImageViews as child element. I want those ImageViews to have pinch zoom, double tap zoom, gesture zoom and fling move while being zoomed. Problem is that ViewPager is overtaking all the touch input and in some cases prevent the ImageView to be correctly displayed. For instance when the ImageView is zoomed, then i expect the swipe to left or right should move the image to its border but ViewPager detects those gesturees and immediatelly changes the view to next ImageView. Any ideas on how to solve it?
Thanks
Dominik Tomczak