android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViewPager inside RecyclerView ViewHolder with ViewPager2 as parent not working

ArcherEmiya05 opened this issue · comments

I notice after updating to ViewPager2 that holds some fragment, the items in RecyclerView that has ViewPager stops working and not scrolling. Is there any solution to this without making custom ViewPager that overriding onTouchEvent?

Found the solution using NestedScrollableHost