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

ViewPager2 touch issue

zakrodionov opened this issue · comments

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

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

NestedScrollableHost doesn't solve the problem