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
ViewConfiguration.touchSlop is currently set to 3.dphere, which is quite low for anything which uses a combination of click listeners, vertical scrolling and horizontal scrolling (lots of clicks when the starting to drag, and other false-positive gestures).
I've increased the touch slop locally in my app to 8.dp (the same value as what Android uses) and it works much better for my use case.
The text was updated successfully, but these errors were encountered:
ViewConfiguration.touchSlop
is currently set to3.dp
here, which is quite low for anything which uses a combination of click listeners, vertical scrolling and horizontal scrolling (lots of clicks when the starting to drag, and other false-positive gestures).I've increased the touch slop locally in my app to
8.dp
(the same value as what Android uses) and it works much better for my use case.The text was updated successfully, but these errors were encountered: