Skip to content
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

Scrolling getting stopped when placed the viewpager inside recyclerview #35

Open
Pratikxixi opened this issue Nov 25, 2020 · 3 comments
Labels
Need more info More information is needed

Comments

@Pratikxixi
Copy link

When i scrolled the recyclerview rigorously with high intesity scrolling gets stopped
And I have to perform two or three manual swipes inorder to make it autoscroll again

Please help me out on this I am waiting for your reply

@siralam
Copy link
Owner

siralam commented Apr 14, 2021

Hello, may you paste your code of your RecyclerView's adapter and ViewHolder that binds the LoopingViewPager?

@siralam siralam added the Need more info More information is needed label Apr 14, 2021
@SeongminHeo
Copy link

SeongminHeo commented Apr 22, 2021

I have the same issue.....

  1. loopviewpager inside the Recycler view
  2. when you scroll fast, the view automatically scrolls without animation
  3. stop when scrolling to zero

Can I tell you the details by mail?

@siralam
Copy link
Owner

siralam commented Apr 24, 2021

I have added a demo for using LoopingViewPager inside a RecyclerView, and cannot reproduce the problem you mentioned. You may check out to see how it is different from your implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need more info More information is needed
Projects
None yet
Development

No branches or pull requests

4 participants
@SeongminHeo @siralam @Pratikxixi and others