SwipeGestureHandler makes all other swipeable controls inside it unusable #6781
Labels
a:builtin elements
The runtime data structures related to the items (mO,bT)
need triaging
Issue that the owner of the area still need to triage
When
SwipeGestureHandler
configured for detecting a swipe contains i.e. a slider, the slider gets barely usable.You can try it on the main page in the following repo rs-watch repo.
There the gesture handler is configured to detect only lieft swipes.
I want to detect a "go-back".
In the VsCode previewer, you can press the "Settings" item, to land in the page in which a slider is present.
Note that if you try to slider the slider first to the right and then to the left, everything seams alright.
If you first move it to the right though, as soon as
SwipeGestureHandler
detects the swipe gesture the slider stops being tracked.Is this behaviour intentional?
If yes, what's the preferred way to use the
SwipeGestureHandler
among with other "swipeable" UI elements?The text was updated successfully, but these errors were encountered: