I hope you find this custom slider input useful. Please lemme know if you find any bugs or face any issues while using it.
I am also working on a plugin called “Voice Search/ Typing” which will allow you to add voice search and voice typing features to your bubble app. So stay tuned…
Thanks for the plugin, and so glad to have found this so soon after release!
However, one pretty major flaw I’ve found; the progress bar endpoint changes depending on the %, instead of being locked to the center position of the handle, as it should be.
This results in the following when in the upper range of the slider:
And the following when in the lower range of the slider:
It’s understandable in the case where the handle is smaller than the slider track that some edges of the progress bar will be visible, but not in the handle >= slider track case; instead, it should line up like below at any position:
Any chance you’d be able to push an update to fix this? Otherwise, we probably won’t be able to use the plugin. Thank you!
This plugin is brilliant! Love everything about it except for 2 things:
The sizing of the slider is a bit confusing to use. Should just be in px I think rather than %.
The colors get converted to RGB values rather than using Bubble’s CSS color variables. This is problematic for apps like mine who have a sophisticated dark/light mode detection and rely on those CSS color values to adjust to the user’s preference. Any reason you can’t just use the variables?