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

Tap to change slider position #148

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dinumihnea
Copy link

Motivation

Based on guidelines for some popular design sistems the tap-to-change functionality is an important feature of a slider:

Approach

In order to add the tap-to-change functionality I used the onTouchEnd View event. Not sure how suitable this event is, I couldn't find any downsides of not using it. Let me know if you think there's a better event to be used.

Fixes #115

@cihangir-mercan
Copy link

Is it also possible to show label for a short period after click

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

Successfully merging this pull request may close these issues.

Slider does not support "tapping" actions hover at selected location.
2 participants