I already submitted this as a bug but thought I'd post here as well to make sure I'm not crazy. Could someone else please confirm?
This:
<range:SfRangeSlider x:Name="Test"
Minimum="-1"
Maximum="0"
MinimumWidthRequest="120" />
...will crash the app on iOS.
This:
<range:SfRangeSlider x:Name="Test"
Minimum="-1"
Maximum=".0001"
MinimumWidthRequest="120" />
...will not crash the app on iOS
-Thanks,
-Jeff