Pointer events

- REC

This specification integrates various inputs from mice, touchscreens, and pens, making separate implementations no longer necessary and authoring for cross-device pointers easier. Not to be mistaken with the unrelated "pointer-events" CSS property.

Chrome

  1. 4 - 21: Not supported
  2. 22 - 51: Not supported (but has polyfill available)
  3. 52 - 54: Disabled by default
  4. 55 - 122: Supported
  5. 123: Supported
  6. 124 - 126: Supported

Edge

  1. 12 - 122: Supported
  2. 123: Supported

Safari

  1. 3.1 - 6: Not supported
  2. 6.1 - 12: Not supported (but has polyfill available)
  3. 12.1: Disabled by default
  4. 13 - 17.3: Supported
  5. 17.4: Supported
  6. TP: Supported

Firefox

  1. 2 - 5: Not supported
  2. 6 - 40: Not supported (but has polyfill available)
  3. 41 - 58: Disabled by default
  4. 59 - 123: Supported
  5. 124: Supported
  6. 125 - 127: Supported

Opera

  1. 9 - 12.1: Not supported
  2. 15 - 38: Not supported (but has polyfill available)
  3. 39 - 41: Disabled by default
  4. 42 - 107: Supported
  5. 108: Supported

IE

  1. 5.5 - 9: Not supported
  2. 10: Partial support
  3. 11: Supported

Chrome for Android

  1. 122: Supported

Safari on iOS

  1. 3.2 - 12.5: Not supported (but has polyfill available)
  2. 13: Partial support
  3. 13.2 - 17.3: Supported
  4. 17.4: Supported

Samsung Internet

  1. 4: Not supported (but has polyfill available)
  2. 5: Not supported
  3. 6.2 - 22: Supported
  4. 23: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10: Not supported
  2. 11 - 12.1: Not supported (but has polyfill available)
  3. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4.4: Not supported (but has polyfill available)
  2. 122: Supported

Firefox for Android

  1. 123: Supported

QQ Browser

  1. 14.9: Supported

Baidu Browser

  1. 13.52: Supported

KaiOS Browser

  1. 2.5: Disabled by default
  2. 3: Supported

Firefox, starting with version 28, provides the 'dom.w3cpointerevents.enabled' flag to support this specification.

Resources:
Bugzilla@Mozilla: Bug 822898 - Implement pointer events
Abstraction library for pointer events
Pointer Event API on MDN
PEP: Pointer Events Polyfill