githuboftigran / rn-range-slider

A native slider with range
MIT License
242 stars 135 forks source link

No way to prevent changing value by clicking anywhere on rail #111

Closed ibrag474 closed 2 years ago

ibrag474 commented 3 years ago

I use slider in a Flatlist and users change values accidentally by putting their finger on slider rails when scrolling. And there is no way to change this behaviour of slider.

githuboftigran commented 2 years ago

@ibrag474 , just published a new version: 2.2.1. Now slider captures touches when movement is more horizontal, than vertical (ratio is 2, so it will capture touches, if dx > 2 * dy)