开发者

Drag and Drop polyfill?

开发者 https://www.devze.com 2023-01-24 10:49 出处:网络
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.

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 exi开发者_运维问答st? Modernizr's page (https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills) lists nothing.


What older browsers do you want to support? http://caniuse.com/#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

0

精彩评论

暂无评论...
验证码 换一张
取 消