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.

Home Page:https://whoisandy.github.io/react-rangeslider/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horizontal handle Drag is not working in mobile

gowdruNikhil opened this issue · comments

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