Open dinumihnea opened 1 year ago
Based on guidelines for some popular design sistems the tap-to-change functionality is an important feature of a slider:
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.
onTouchEnd
Is it also possible to show label for a short period after click
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