react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

Allow track to be pressed at a specific position to set the value of the slider

Open fiznool opened this issue 5 years ago • 3 comments

Picking up where #92 left off, this PR adds support for the slider being 'perusable', i.e. if the user taps on the slider track, the slider is set to the value at that position on the track.

This is opt-in behaviour via the trackPressable prop, which is set to false by default.

Thanks to @ajaswal for the original PR!

fiznool avatar Aug 03 '18 13:08 fiznool

Will the user be able to tap, hold and then continue to slide from there with this PR?

schumannd avatar Jan 15 '19 13:01 schumannd

Will the user be able to tap, hold and then continue to slide from there with this PR?

@schumannd did you get an answer? or did you solve it?

Ammarlio avatar Jun 17 '19 10:06 Ammarlio

@Ammarlio No and we ended up building it ourselves.

schumannd avatar Jun 17 '19 11:06 schumannd