seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
2.99k stars 1.14k forks source link

Mobile > Current Slider Value not updated on tap #830

Closed shanebp closed 6 years ago

shanebp commented 6 years ago

Thank you for this plugin. Works great, except...

On mobile, tested on Galaxy phone, Example 6 on this page: http://seiyria.com/bootstrap-slider/

The slider tooltip shows the value change when the slider position is changed with a tap. But the text value for the span does not update when the slider is tapped. The text value for the span only updates if the slider is dragged.

seiyria commented 6 years ago

That's because it uses the slide event. Check using the change event instead.