You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello again, I hope you’re doing well. Sadly, I just discovered another bug related the scroll sync which again doesn't exist in NestedScrollView. If you swipe up, sometimes (2 times of 3 swipes, especially on fast swipes) the inner scroll view scrolls a little first before the outer one starts to scroll. Let me demonstrate the issue:
NestedScrollViewPlus:
NestedScrollViewPlus.movNestedScrollViewPlus2.mov
NestedScrollView:
NestedScrollView.movNestedScrollView2.mov
This happens on all versions including: 2.0.0, 1.0.3, 1.0.2, I didn't tested on older ones. You can check yourself too:
Hello again, I hope you’re doing well. Sadly, I just discovered another bug related the scroll sync which again doesn't exist in NestedScrollView. If you swipe up, sometimes (2 times of 3 swipes, especially on fast swipes) the inner scroll view scrolls a little first before the outer one starts to scroll. Let me demonstrate the issue:
NestedScrollViewPlus:
NestedScrollViewPlus.mov
NestedScrollViewPlus2.mov
NestedScrollView:
NestedScrollView.mov
NestedScrollView2.mov
This happens on all versions including: 2.0.0, 1.0.3, 1.0.2, I didn't tested on older ones. You can check yourself too:
https://github.com/fikretsengul/nsw_plus_bug
Sorry for disturbing you again, thank for reading.