Benazir Sh
Benazir Sh

Reputation: 91

How to handle smooth scrolling of ViewPager2 and horizontal recyclerView in the fragment?

So, I have a ViewPager2 with 4 fragments. Each fragment has a recyclerView with a horizontal scroll. Right now while I am scrolling the recyclerView items, the next fragment gets opened because of the swipe. How can I make it smoother so that scrolling recyclerView would not affect the tabs? (Setting viewPager.isUserInputEnabled = false is not an option though) What are your suggestions? Thanks in advance

Upvotes: 0

Views: 1529

Answers (1)

Related Questions