react-rangeslider
react-rangeslider copied to clipboard
Rangeslider does not work well on mobile/touch devices
Expected Behavior
The user should be able to move the slider handle on mobile without any scrolling of the screen.
Actual Behavior
When trying to move the slider the page scrolls and the slider value barely changes.
Steps to Reproduce Behavior
- Open https://whoisandy.github.io/react-rangeslider/ on a mobile device (the issue is more noticeable on vertical sliders).
- Try to slide/change the value of any rangeslider
on iOS 10 the range slider behaves very weird. When sliding, it extends the width of the whole page. on iOS 11 I can't move the drag button by dragging it, only by clicking on the slider.
Same problem for me, the slider is not really usable on touch devices.
Got the same problem, on mobile device, i have the same weird behavior, sometimes it blocks, sometimes it's smooth. So, up !
Has anyone figured out a workaround for this? I'm looking at disabling page scroll while slider change is happening
Any movement on this?