githuboftigran/rn-range-slider

Range Slider Thumb not stop where user want to stop

Cskian opened this issue · 4 comments

Hello
When I select thumb from left and right both side but label not stop where I want, after few second both thumb go on its original position so low and high value pick it's old value.

So I need new value where my label stop. How can I get It?

Thanks in Advance!!!!

@Cskian , I didn't really understand the problem. Library doesn't support multi touch, so if you touch slider with 2 fingers it won't work.

When the user taps on the range or slides the thumb to a position, the thumb goes to that desired position, and then quickly jumps back to its previous position. This happens when the low prop (for current value) changes from outside.

@anirudhabhurke , so that's what is expected? If you change low prop, slider will be updated.

I am closing this issue due to inactivity. As I understand everything works as expected, there is no issue here.