siralam / LoopingViewPager

A ViewPager and PagerAdapter combination that support auto scroll, infinite loop and page indicators.
530 stars 65 forks source link

Scrolling getting stopped when placed the viewpager inside recyclerview #35

Open Pratikxixi opened 3 years ago

Pratikxixi commented 3 years ago

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 commented 3 years ago

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

SeongminHeo commented 3 years ago

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 commented 3 years ago

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.