swipe
swipe copied to clipboard
Allow option to disable overscroll
Currently the draggable state is set to overscroll with resistance when the scroll isn't allowed (here). This can easily interfere with any parent horizontal gestures. Add an option to disable this?
Sounds good! Do you want to send a PR?
I'm also curious about your usecase. Can you share a video?
Sure. The use case is iOS gesture navigation: https://github.com/chrisbanes/tivi/pull/1379
I was thinking more about this today. Shouldn't this be handled automatically by nested scroll? Horizontal gestures intended for the parent shouldn't reach your list items.