Add thumbSize as a prop (or even thumbStyle)
Only thumbTintColor offers too little flexibility - thumbSize is needed
The size of the thumb can NOT be controlled without affecting the whole slider. On iOS the thumb is significantly bigger than on Android. Even by adding a thumb image scales different from one platform to another. At this point there is no way to apply a fixed thumb size for consistency over the two platforms.
this PR takes care of this for the web implementation if it gets merged. There would be only the native implementation to be done.
I added thumbSize, trackHeight and thumbStyle props
By the way, there could be a quick fix for this: the web implementation should be working perfectly fine for native too, so we could just use the web implementation as the universal implementation. What do you think @michalchudziak ? Of course we would need to ensure that no feature provided by the current native implementation is missing. But is this a path that would be acceptable?
@michalchudziak? Your opinion about it?
+1
Curious where this stands for mobile - would be a helpful feature. Thanks for your contributions toward it!
+1
The lack of traction on this issue is surprising to me; This seems critical for anyone who intends to use this slider across multiple platforms and cares for consistency...
+1
Please we need a fix thumb value for android and ios
+1
+1
@raphaelrupprecht @arthur-vargas @ShivamJoker if you need something for now, just try @sharcoux/slider from npm. It is open source and used and maintained by my company. You can ask if you have issues.
In addition to thumbsize support another deal breaker is the ghastly box shadow thats on the thumb handle by default. There should be a way to remove that or just support style prop and call it a day!
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
Hello,
I've also this issue. Something is already in progress to allow this ? Thanks
I would like to keep it as one feature request opened in #40. I will close this one, but please keep the track in the mentioned issue.