I'm looking for a tool that will allow me to utilize native HTML5 drag-n-drop, as well as fill in support for past browsers.
Does such a thing exist? Modernizr's page () lists nothing.
I'm looking for a tool that will allow me to utilize native HTML5 drag-n-drop, as well as fill in support for past browsers.
Does such a thing exist? Modernizr's page (https://github./Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills) lists nothing.
Share Improve this question asked Nov 9, 2010 at 20:48 noglorpnoglorp 711 silver badge2 bronze badges2 Answers
Reset to default 4What older browsers do you want to support? http://caniuse./#feat=dragndrop Says you got support everywhere except Opera.
Modernizr now has Drag drop shim by Tim Ruffles;
Bernardo Castilho has a polyfill that translates touch events on mobile into drag events