Open maartenvandillen opened 2 years ago
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 same issue here, could you please help how to resolve this. using library:- @cychiuae/react-native-multi-slider which is npm package containing version 2.2.5
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.