react-component / slider

React Slider
https://slider.react-component.now.sh/
MIT License
3.02k stars 764 forks source link

Prevent sliding under certain circumstances #893

Closed nabsta-eth closed 1 year ago

nabsta-eth commented 1 year ago

Hi Team, Love the package. I use it for the PWA version of our app to slide left/right between 5 main routes in the bottom navbar. The issue is that I have a slider on one route that allows drag of the handle between min/max values. On touchEnd of the slider it slides to the the previous/left or next/right route depending upon which way the user drag the slider handle of course. How can I prevent the left/right route swipe and limit to the slider drag when the touch target is the slider?