xamarin-range-slider
xamarin-range-slider copied to clipboard
Fix iOS RangedSlider in iOS page/formsheets, and added active color support for iOS
This fixes https://github.com/halkar/xamarin-range-slider/issues/167, by stopping event propagation when slider is dragged.
This also implements https://github.com/halkar/xamarin-range-slider/issues/150, by adding ActiveColor support for iOS.
The CI issues seem to have to do with the CI system and not this PR.
Please note that if ActiveColor is not set the tint will default to system tint. To make it white, one has to set ActiveColor to white.
Hi.
Any chance these fixes and enhancements could be accepted and a new version be released?
Thanks.
@Tommigun1980
- The build is broken (just comment sonarqube for now).
- You are changing the default behaviour. If you want to change it you can use the same Material UI flag.
- Don't rename properties just because you don't like the original naming convention.
@Tommigun1980
- The build is broken (just comment sonarqube for now).
- You are changing the default behaviour. If you want to change it you can use the same Material UI flag.
- Don't rename properties just because you don't like the original naming convention.
Hi.
- What do you mean with "just comment sonarcube"? The build seems to fail from some CI things outside of this pull request.
- What behaviour are you referring to, the default color? In that case shouldn't the default behaviour be what is native behaviour? Also what do you mean with the same Material UI flag - do you want the colouring behaviour to be enabled via it?
- Oh sorry, that was unintentional, I think it was one of those VS auto-fix things. I can put it back.
- Sorry, I was referring to lines https://github.com/halkar/xamarin-range-slider/blob/master/build.cake#L54 and https://github.com/halkar/xamarin-range-slider/blob/master/build.cake#L56
- Yes, I understand that the current behaviour maybe not perfect but existing programs may rely on it. Yes, I was talking about the old Material UI flag.