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

NestedScrollableHost have some problem with swipe quickly

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

moushao avatar Apr 17 '21 04:04 moushao

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

mersanjay24 avatar Aug 12 '23 10:08 mersanjay24