ptomasroos / react-native-multi-slider

Android and iOS Pure JS react native multi slider
MIT License
775 stars 401 forks source link

Vertical marker not moving #257

Open maartenvandillen opened 2 years ago

maartenvandillen commented 2 years ago

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.

maartenvandillen commented 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?

jcaviedesc commented 2 years ago

Same problem, any solution?

maartenvandillen commented 2 years ago

Yes, I switched to Slider component from react-native-elements package

Gjoshi3107 commented 2 years ago

@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

Gjoshi3107 commented 2 years ago

working correctly on "@ptomasroos/react-native-multi-slider": "^2.2.2"