Is there a possibility to get the normal html5 change event for the sencha touch slider as well? Sencha touch 2 offers a change event which is only fired once the slider is dropped.
I want to use it for turning on and off the lights smoothly, the slider should be continuous. Is there an easy way to do this?
We did this in pure html, we limited the events by adding steps of 10 to a 0-100 slider. I hope i have not to build my own component.
thank you