-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertical marker not moving #257
Comments
Back to this package, since the other one has problems capturing the touch input. Slider value goes all over the place when finger leaves the component view. Could you please check if the vertical slider is working for you on Android? |
Same problem, any solution? |
Yes, I switched to Slider component from react-native-elements package |
@maartenvandillen |
working correctly on "@ptomasroos/react-native-multi-slider": "^2.2.2" |
On Android the vertical marker is not responding to touches. iOS works fine. I wanted to create a repo that reproduces this but instead I went for another package that does work as expected (@sharcoux/slider). Just to let you know this isn't working for me I decided to create this issue anyway.
Steps to Reproduce
use the MultiSlider component with prop vertical
Expected Behavior
Marker responds to touches
Actual Behavior
Marker remains static and does not move when operated on with finger.
The text was updated successfully, but these errors were encountered: