android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

ViewPager inside RecyclerView ViewHolder with ViewPager2 as parent not working #214

Closed ArcherEmiya05 closed 3 years ago

ArcherEmiya05 commented 3 years ago

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?

ArcherEmiya05 commented 3 years ago

Found the solution using NestedScrollableHost