interop icon indicating copy to clipboard operation
interop copied to clipboard

Pointer Events for Mobile

Open jgraham opened this issue 5 months ago • 3 comments

Description

Interop has included a focus area for mouse events since 2023, and this has been effective at improving interop in this foundational layer of the platform. However many of the same challenges exist for pointer events originating from touch inputs. So far we have been unable to include these in Interop due to the lack of touch support on all desktop platforms, and the lack of mobile support in testing infrastructure.

With the ongoing investigation work to support mobile testing, expanding our input event testing to cover non-mouse events may now be possible.

Specification

https://w3c.github.io/pointerevents/

web-feature

pointer-events

Test Links

https://wpt.fyi/results/pointerevents?label=master&label=experimental&aligned&q=touch https://wpt.fyi/results/touch-events?label=master&label=experimental&aligned&q=touch

Additional Signals

No response

jgraham avatar Sep 22 '25 14:09 jgraham