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 - 153: Supported
  5. ✅ 154: Supported
  6. ✅ 155 - 157: Supported

Edge

  1. ✅ 12 - 151: Supported
  2. ✅ 152: 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 - 26.6: Supported
  5. ✅ 27: Supported
  6. ✅ 27.1 - 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 - 155: Supported
  5. ✅ 156: Supported
  6. ✅ 157 - 159: 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 - 134: Supported
  5. ✅ 135: Supported

IE

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

Chrome for Android

  1. ✅ 152: Supported

Safari on iOS

  1. ❌ 3.2 - 12.5: Not supported (but has polyfill available)
  2. ◐ 13: Partial support
  3. ✅ 13.2 - 26.6: Supported
  4. ✅ 27.0: Supported
  5. ✅ 27.1 - 27.2: Supported

Samsung Internet

  1. ❌ 4: Not supported (but has polyfill available)
  2. ❌ 5: Not supported
  3. ✅ 6.2 - 29: Supported
  4. ✅ 30: 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. ✅ 152: Supported

Firefox for Android

  1. ✅ 156: 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