lsjwzh / RecyclerViewPager

Deprecated
Apache License 2.0
3.53k stars 667 forks source link

LoopRecyclerViewPager #128

Open AnkitTailoredTech opened 7 years ago

AnkitTailoredTech commented 7 years ago

I have a view pager (lets say MainViewPager) and within this MainViewPager in one fragment, I have used the LoopRecyclerViewPager. But due to the swipe feature of the MainViewPager, the LoopRecyclerViewPager does not allow me to swipe towards left, it only allows to swipe right. Can you suggest how to fix this ?