Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isScrubbing is not set to false when tapping on the slider or thumb #54

Open
contactsimonwilson opened this issue Dec 25, 2023 · 0 comments

Comments

@contactsimonwilson
Copy link

contactsimonwilson commented Dec 25, 2023

The isScrubbing value is set to true and never false again when tapping on the slider. This makes styling the slider based on the current interaction state unreliable.

It appears that the issue is that the tap even gesture only sets the values to true and never false again. I would expect it to either set the value to false, or set the value to true, then to false again on a delay. (After some testing, I would recommend no delay)

The current workaround is to manually update the value yourself by passing an onSlidingComplete function but keeping that manually updated defeats the purpose of providing a value.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant