Drag and Drop
- LSMethod of easily dragging and dropping elements on a page, requiring minimal JavaScript.
Chrome
- 4 - 110: Supported
- 111: Supported
- 112 - 114: Supported
Edge
- 12 - 17: Partial support
- 18 - 110: Supported
- 111: Supported
Safari
- 3.1 - 16.3: Supported
- 16.4: Supported
- 16.5 - TP: Supported
Firefox
- 2 - 3: Not supported (but has polyfill available)
- 3.5 - 110: Supported
- 111: Supported
- 112 - 113: Supported
Opera
- 9 - 11.6: Not supported (but has polyfill available)
- 12 - 94: Supported
- 95: Supported
IE
- 5.5 - 9: Partial support
- 10: Partial support
- 11: Partial support
Chrome for Android
- 111: Supported
Safari on iOS
- 3.2 - 14.8: Not supported
- 15 - 16.3: Supported
- 16.4: Supported
- 16.5: Supported
Samsung Internet
- 4 - 19.0: Not supported
- 20: Not supported
Opera Mini
- all: Not supported
Opera Mobile
- 10 - 12: Not supported (but has polyfill available)
- 12.1: Supported
- 73: Supported
UC Browser for Android
- 13.4: Supported
Android Browser
- 2.1 - 4.4.4: Not supported
- 111: Supported
Firefox for Android
- 110: Not supported
QQ Browser
- 13.1: Supported
Baidu Browser
- 13.18: Not supported
KaiOS Browser
- 2.5: Not supported
- 3: Not supported
dataTransfer.items
only supported by Chrome.
Currently no browser supports the dropzone
attribute.
Firefox supports any kind of DOM elements for .setDragImage
. Chrome must have either an HTMLImageElement
or any kind of DOM Element attached to the DOM and within the viewport of the browser for .setDragImage
.