Ionic Range VS Slider Input

I like the look of Ionic Range but I have an issue with it.

When I slide a Slider Input and display it’s value then it’s value changes while I slide it BUT Ionic Range’s value doesn’t change until I release the slider.

Is there a way for Ionic Range to change value during sliding not just when the slider is released?

Unfortunately not, the slider element uses a jquery plugin, while the ionic slider uses a native browser component, so we don’t have the same functions available.

1 Like

Is it still not possible to change the value during sliding with the Ionic Range ?

Same issue here. Instant updates of a label that shows what exact value has selected is expected by users of mobile apps. This is an essential IMO. I thought that instant text may be a workaround - it shows live values for input elements. Unfortunately , the plugins only supports input elements.