android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.04k stars 3.01k forks source link

RecylerView in ViewPager2 #137

Open zhaoyifan1996 opened 4 years ago

zhaoyifan1996 commented 4 years ago

When the RecylerView reaches the edge (eg:top). If swipes down on the screen as the picture shows (Finally, there's a little bit of a shift to the right). May cause page switching. How can i fix it?

image

video.zip

zhaoyifan1996 commented 4 years ago

This could be a solution but informal https://stackoverflow.com/questions/61772241/how-to-make-viewpager2-less-sensitive-to-swipe

LiDevil commented 3 years ago

emm, i downgrade to viewpager1 yesterday beacause of this problem