-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to vertical scroll #3
Comments
When you touch on InfiniteViewPager, all events will handled by it. That means it consume all touch events on it. |
@varunrramani I have got this working by changing the following code in InfiniteViewPager file @OverRide |
@geniushkg thanks for sharing your solution. |
When added as header in a recycler view, unable to vertical scroll when touched on the viewpager. and when trying to scroll through the viewpager when autoscrolling it stutters and doesnt change the page.
The text was updated successfully, but these errors were encountered: