whoisandy / react-rangeslider

A lightweight responsive react range slider component.A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.
https://whoisandy.github.io/react-rangeslider/
MIT License
641 stars 235 forks source link

Horizontal handle Drag is not working in mobile #132

Closed gowdruNikhil closed 5 years ago

gowdruNikhil commented 5 years ago

i have used this slider for a control but when i check the same in iPhone its not moving (range slider handle) but the functionality is working fine.

below is the code sample <Slider value={volumeHorizontal} orientation="horizontal" onChange={this.handleOnChangeHorizontal} tooltip={true} onChangeComplete={this.handleChangeComplete} />

fix the issue or help me to fix it asap.

thank you