When detectVerticalDragGestures
and detectHorizontalDragGestures
overlap (i.e. they belong to different composables, but share the same touch source), how can I dispatch events to detectHorizontalDragGestures
only when the drag is very horizontal (i.e. the angle is more acute)?
When scrolling with our thumb, vertical swipes tend to be detected as horizontal ones.