help wantedusability
Repository metrics
- Stars
- (52 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The ViewPager gesture detection doesn't mix well with the scroll gesture detection of PhotoView. That's why I disabled swiping when you're zoomed into an image. But in principal swiping should be allowed for a zoomed in image on the condition that swiping only starts if you've scrolled to the right or left edge of the image. It might be possible to hack something together by unlocking HackyViewPager when you're at an edge or play with the gesture listeners resp. onTouch/dispatchTouchEvent stuff (see http://developer.android.com/training/gestures/index.html)...