indigo icon indicating copy to clipboard operation
indigo copied to clipboard

Add Touch events

Open davesmith00000 opened this issue 4 years ago • 2 comments

This may be slightly more involved than I'd anticipated.

MDN Reference: https://developer.mozilla.org/en-US/docs/Web/API/Touch_events#Specifications

Spec: https://www.w3.org/TR/touch-events/#touch-interface

davesmith00000 avatar Sep 13 '20 11:09 davesmith00000

What about pointer events? MDN doc: https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events This is a slightly newer API that covers more input methods and unifies mouse and touch events.

grzegorz-bielski avatar Jun 17 '22 20:06 grzegorz-bielski

Thanks for the tip! I'm generally quite behind the times on the latest browser developments, always good to get some steer. 😄

Also compatibility looks to be fine: https://caniuse.com/pointer

davesmith00000 avatar Jun 18 '22 13:06 davesmith00000

Closing this as it will be superseded by @grzegorz-bielski excellent work adding pointer support.

davesmith00000 avatar Feb 18 '23 12:02 davesmith00000