Closed cglantschnig-zz closed 7 years ago
Chrome 55 onwards requires to use Pointer Events. (https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)
What does happen when these events overlap? Can in happen? For example triggering a touch and a pointer event will lead to double execution of code
Chrome 55 onwards requires to use Pointer Events. (https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)