Open
Description
http://caniuse.com/#feat=pointer
http://www.w3.org/TR/pointerevents/
At present when you attempt to add an event handler for a pointer event, it is not registered correctly, since it is not recognised as a native event:
myElement.addEvent('pointerdown', myFunc); // myFunc is never called on pointer down
I intend to implement this myself, which will pave the way for adding pointer support to mootools.more => Drag and Drag.Move, which I also hope to implement.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Metadata
Metadata
Assignees
Labels
No labels