Threshold to start scroll
Closed this issue · 4 comments
Is it possible to set a threshold, that the user needs to move the finger X pixels until it actually starts to scroll?
@MrMaxxan are you referring to "scroll to position" before the user actually touches the screen?
Or is it like - scroll to a certain threshold with normal fling and then when you are past a specific offset, you need to switch to the custom fling behaviour?
Please correct me if I am wrong..
Take a look at this stackoverflow post that gives more information on what I'm trying to solve.
So basically that the scroll should not start immediately when moving the finger on the list/viewpager.
@MrMaxxan This issue is related to the Custom fling behaviour from the pager(accompanist).
@MrMaxxan I am closing the issue as this is not related to the flinger library.