You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there room in Hammer.JS's scope to cover some of the features from the specification, but in a sane way? Specifically, the dragenter, dragleave and dragover events are not covered by Hammer currently, and might cover common use cases.
Yep wanted to use Hammer in my project but missed dragenter, dragleave, dragover...
fixed it with some dispatchEvent calls in my own code but still, I want Hammer to play nice...
Can you please clarify - what's the recommended way to implement Drag & Drop? Or hammer.js doesn't implement it at all and some other library supposed to be used?
So, many modern browsers have native implementations of HTML5 Drag and Drop:
The specification has the following events:
The specification definitely has some problems, and I've recently spent some time working with it and can echo the sentiment found here: http://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html
Is there room in Hammer.JS's scope to cover some of the features from the specification, but in a sane way? Specifically, the dragenter, dragleave and dragover events are not covered by Hammer currently, and might cover common use cases.
This may be partly related to #230.
The text was updated successfully, but these errors were encountered: