-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Description
Is this a bug report?
No
Have you read the Contributing Guidelines?
Yes
One of the things I am having a hard time finding documentation for is the ScrollView.. particularly in a horizontal mode. I am trying to implement a Instagram like navigation.. where the app is smart enough to know if you are say... scrolling up and down or horizontally scrolling the view
The issue I have found, is the ScrollView will move on diagnal drags... whereas some of that could just be from user error as they intended to pull downwards but the DX was not 0, triggering the horizontal scroll view
Does anyone have a solution to this? Or a way to override the scrollview's sensitivity to only respond when the other direction, (dy or dx) isn't a large value? Did this make sense? Has anyone implimented something like this or know how to do this? I have had a hard time figuring out in the documentation how to pull something like this off
I also think this would be a good prop... some sort of way to edit the sensitivity if there is movement in the opposite direction