Description
Hi together,
I came across multiple issues when using the silder on different platforms. While it works great on iOS and web, I am encountering following issues on android only:
-
too many steps
There is one extra tick/step added to the right/maximum end of the slider without any value change ?! -
disabling removes minimumTrackTintColor
When disabling the slider the minimumTrackTintColor is removed/ignored ?! -
extra space before and after the trackbar
There is extra space before and after the trackbar added. But I managed to apply the following workaround:
style={{marginHorizontal: (Platform.OS != 'android') ? 0 : -15}}
All issues can be reproduced/seen in:
https://snack.expo.dev/@chr1k0/slider-example
Any possibility to fix problem 1. and 2. or is there any known workaround?
Thanks in advance!
Metadata
Metadata
Assignees
Type
Projects
Status