views-widgets-samples icon indicating copy to clipboard operation
views-widgets-samples copied to clipboard

ViewPager2 touch issue

Open zakrodionov opened this issue 4 years ago • 2 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

zakrodionov avatar Oct 20 '20 12:10 zakrodionov

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

lmj0011 avatar Oct 25 '20 05:10 lmj0011

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

NestedScrollableHost doesn't solve the problem

zakrodionov avatar Oct 28 '20 11:10 zakrodionov