halkar / xamarin-range-slider

Range slider for Xamarin and Xamarin.Forms
https://www.nuget.org/packages/Xamarin.Forms.RangeSlider/
MIT License
89 stars 51 forks source link

How to enable click/tap on range slider? #84

Closed jameswilliams00789 closed 7 years ago

jameswilliams00789 commented 7 years ago

I just start using this plugin but when I try to tap/tap (instead of dragging to update value), it doesn't work. how can I do it to act similar to normal slider?

halkar commented 7 years ago

@jameswilliams00789 problem is that having two handles it is impossible to tell which value (lower or upper) should be changed so I don't understand how to implement this feature. If you have any ideas please share.