Skip to content

Releases: drag-drop-touch-js/dragdroptouch

Made event handlers non-passive

11 May 05:16
Compare
Choose a tag to compare

The latest versions of Chrome treat touchstart/touchmove event handlers as passive by default, which makes it illegal for the handlers to call the preventDefault method on the event arguments. Calling preventDefault in this case reports an error to the console.

This release of DragDropTouch adds event handlers with a {passive:false} option to prevent those errors.

1.1

19 Jul 19:51
Compare
Choose a tag to compare
1.1
Update index.htm

First release

11 Apr 19:12
Compare
Choose a tag to compare
1.0

Update index.htm