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

ViewPager2 touch issue #191

Open zakrodionov opened 3 years ago

zakrodionov commented 3 years ago

Clicks do not work in recyclerview which is in fragment in ViewPager2. But if you scroll at least a millimeter, the click starts to work

lmj0011 commented 3 years ago

maybe related: https://developer.android.com/training/animation/vp2-migration#nested-scrollables

zakrodionov commented 3 years ago

maybe related: https://developer.android.com/training/animation/vp2-migration#nested-scrollables

NestedScrollableHost doesn't solve the problem