CirclePageIndicator consuming TouchEvents
Opened this issue · 1 comments
heikowitte commented
The CirclePageIndicator (and maybe others also) consumes touch events in its onTouchEvent() method. This shouldn't be the case or at least be optional. I subclassed the ViewPager class to intercept touch events but did not receive any. Took some time to find the culprit.
JakeWharton commented
They're clickable to move the page. Click the left 33% of the indicator to page left, etc. The mimics the behavior of iOS indicators for the springboard.