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

Android : LowerValue binding not correct #79

Closed slam023 closed 7 years ago

slam023 commented 7 years ago

I tried to bind the values to the lower value and the upper value but the lower value is not shown the right value. My model have 5 as lower value but the range slider will display 4. The upper value seems fine though.

halkar commented 7 years ago

@slam023 do you have a sample project to reproduce the issue?

slam023 commented 7 years ago

I changed the code so don't have the sample code to show you.

The configuration I have for the slider:

Minimum value = 0 and Maximum value = 20. LowerValue and UpperValue is bound with my properties. The step values is 0 and not continuous.

halkar commented 7 years ago

Thanks @slam023 I'll have a look.

halkar commented 7 years ago

@slam023 I can't reproduce the issue. Can you check https://github.com/halkar/xamarin-range-slider/compare/feature/mvvm-test ?

halkar commented 7 years ago

fixed in 0.7.4