castorflex / VerticalViewPager

Copy pasted version of the support ViewPager, but vertical!
1.11k stars 307 forks source link

set height of every page of ViewPager #5

Closed miladrasooli closed 10 years ago

miladrasooli commented 10 years ago

Hi, I am using your code in landscape mode and I have ImageView in it. the image is big and user needs to scroll vertically. but VerticalViewPager goes to next page when scrolling down. Is there any way to solve this issue? Thanks

castorflex commented 10 years ago

This is probably because your imageview do not intercept touch events.

You can either implement it yourself or use Photoview by @chrisbanes. Or you can resize your image in landscape mode.