What might cause onStart being fired multiple times? It works fine on web browsers, so it's not about accidentally binding it multiple times. On android happens following: - sliding once works fine - sliding back and forth without stops: - start and slide are fired multiple times - change and end are fired after all the starts and slides Result: Clicking anywhere on the screen results onChange and onEnd being fired, making everything except slider inaccessible.
What might cause onStart being fired multiple times?
It works fine on web browsers, so it's not about accidentally binding it multiple times. On android happens following:
Result: Clicking anywhere on the screen results onChange and onEnd being fired, making everything except slider inaccessible.