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

NestedScrollableHost have some problem with swipe quickly #212

Open moushao opened 3 years ago

moushao commented 3 years ago

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

mersanjay24 commented 10 months ago

@moushao i am also facing the same issue Did you find any solution