Vitor Barbosa
Results
2
comments of
Vitor Barbosa
Replicated this issue in iOS as well. http://jsfiddle.net/vitorbarbosa/FAGkY/ After the first drag event is performed (mouseup/ontouchend) the element loses the events associated to the drag.
I found by experience that the `this` object inside the change event handler is the input DOM element. You can use this to reference the current color picker. If you...