ibm-js / dpointer

AMD based API which follows W3C Pointer Events specification and adds click/dbl click normalization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported platforms update for 0.3.0

seb-pereira opened this issue · comments

Chrome desktop on Windows 8.x + touch screen:

Chrome supports Touch Events and CSS touch-action. However it sends compatibility mouse events when on touches (tap), which leads to duplicate pointer events and issue with click event. For that reason, starting release 0.3.0 dpointer will support only mouse events on Chrome desktop. A dedicated issue will be opened to track the best way to properly handle both touch and mouse capabilities on Chrome desktop. README will be updated accordingly.