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

NestedScrollableHost have some problem with swipe quickly

moushao opened this issue · comments

Fist level,I have 3 fragments with viewPager2, and the second fragment alse have three fragments with viewpager2,
I want get the result like this 1 -0,2-1,2-2,2-3,3-0 When i swiped. of course,I used NestedScrollableHost nested viewpager2 in second fragment。

but I found,when I swipe as quickly as possible, only the fragments of fist level swiped,the ViewPager2 in second fragment not work。the sample that ParallelNestedScrollingActivity.kt
also had this problem. See the Gif,pager swiped but the RecycleView not Scrolled with all item in page1 and pager2。

Why? And how can i fix it?
Thanks, expecting for a reply~

gif