timruffles / mobile-drag-drop

A drop-in shim to allow you to use existing html5 drag'n'drop code with mobile browsers
http://timruffles.github.io/mobile-drag-drop/demo/
MIT License
606 stars 149 forks source link

Is there a way to use the polyfill with desktop browsers? #155

Closed tipsy closed 4 years ago

tipsy commented 4 years ago

I'm using this polyfill with a plugin, and that plugin works better when the polyfill is enabled (compared to browsers with native drag-and-drop support). Is there a way to use the polyfill rather than the native functionality?

Edit: I managed to work around this.