Add `touchToSeek` property.
See original GitHub issueDescribe the Feature
We should add touchToSeek
property to be able to toggle this functionality as it is not the default behavior for iOS, but also for better customisation.
Possible Implementations
Add touchToSeek
property (boolean, defaults to true
on android and web and false
to iOS).
Related code:
- iOS: https://github.com/react-native-community/react-native-slider/pull/117
- Android: native behavior, need to implement the opposite
- web: https://github.com/react-native-community/react-native-slider/pull/178
Related Issues
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Add `touchToSeek` property. · Issue #211 - GitHub
Describe the Feature We should add touchToSeek property to be able to toggle this functionality as it is not the default behavior for...
Read more >Add A Listing - PropertyShark
There's a new way to maximize leads on your listings. Add your commercial listing with CommercialEdge, our advanced marketing solution for CRE brokers, ......
Read more >Lebanese clan threatens to kill Turkish hostage first - Reuters
Lebanese Shi'ite gunmen who kidnapped more than 20 people said on Thursday they would kill a Turkish hostage first if their kinsman captured ......
Read more >2022 Chevrolet Trailblazer Owner's Manual - Dealer E Process
result in property or vehicle damage. ... not add any additional items to the ring attached to the ignition key. ... Touch to...
Read more >Alumni Offer Advice on an Uncertain Job Market - UCLA Luskin
Shanley and Sywak invited freshly minted policy, planning and social welfare graduates to remain in touch, to seek career advice or simply ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @lukewalczak. Are you currently working on this? If not, I would be happy to have a crack as a first issue.
Think I have a fix for this. Essentially lifted the implementation of the UITapGestureRecognizer into RNCSliderManager.
Would we expect a tap to fire a single onValueChange and a single onSlidingComplete event with the same value? If so, this will also address #212.