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
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:
igiona
changed the title
SwipeGestureHandler makes all other controls inside it unusable
SwipeGestureHandler makes all other swipeable controls inside it unusable
Nov 13, 2024
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: