tajo / react-range

🎚️Range input with a slider. Accessible. Bring your own styles and markup.
https://react-range.pages.dev
MIT License
847 stars 97 forks source link

Issue while doing continuous sliding in case of mobile. #192

Closed 1rahul-1verma closed 3 months ago

1rahul-1verma commented 3 months ago

I'm using baseUI's Slider. Which internally uses React Range. In this I'm rendering different emoji for different slider value, which I'm passing through overrides to the BaseUi's Slider. But while rendering this slider in mobile devices, I'm not able to slide the thumb continuously. Please help here.