Open
Description
Issue Details
-
Version used: 1.0.2
-
Pointer events using touch in Chrome no longer trigger DisplayObject mousedown, pressmove, or pressup events, except when performing a click (i.e. single tap), which triggers mousedown and pressup on release.
-
This also happens on the Mouse Interaction tutorial page: https://www.createjs.com/tutorials/Mouse%20Interaction/
- See the Stage Mouse Events and Drag and Drop examples.
-
OS and browser: Chrome 70.0.3538.76 on Chromebook and Windows Surface.
-
Do you know of any workarounds?
- Reverting to Chrome 69 "fixes" the issue.