Closed
Description
I have an application where the sliders take most of the screen space on mobile phones.
When the user wants to slide, its very likely that they will unintentionally click one of the sliders and change the value.
I have removed the events from the elements, selBar, fullBar and ticks which gives me the desired behavior.
I can now scroll without having to carefully place my finger between the sliders.
Can you add an option to disable these events, so that the only way to change the value is to drag the actual pointer?
Or even better, prevent changing the value on vertical drags for horizontal sliders.