There is currently no way to to set the value when tapping a slider on iOS
Add a PlatformSpecific property for Slider on iOS. Customer renderer changes to subscribe to the tap event, calculate position and set the value. `((IElementController)Element).SetValueFromRenderer(Slider.ValueProperty, Value)
Slider.On<iOS>().UpdateOnTap(true/false);
None
Value of slider should be updated when tapping
None
None
We should set default to false and make sure all custom renderers continue to work even with our implementation.
Should respect and have some UITest for InputTransparent and and IsEnabled properties.
Should work with a tap gesture by allowing bubbling of the event to the parent.
I would like to take this one. @davidortinau
@ctartamella still working on this?
@davidortinau I'll take a look on this now as it seems like there is no active work going on. Let me know if there is.
Most helpful comment
I would like to take this one. @davidortinau