Skip to content
Andrew Hick edited this page Jul 25, 2023 · 4 revisions

2.5.1 Pointer Gestures

All functionality that uses multipoint or path-based gestures for operation can be operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.

When this is applicable

When gestures are used.

Check gestures

Check twice, once with a mobile touch device, and again with a mouse or trackpad.

Identify components that use gestures (finger or mouse or trackpad gestures). Generally, if you cannot access something with a single finger action, for example by tapping/clicking or holding on it, it may require a gesture.

Check:

  • all functionality that uses multiple fingers can be done with a single finger
  • all functionality that relies on following a path can be done in an alternative way with a finger that doesn't rely on such a thing

Exceptions

  • if it's the nature of a gesture to be complex, for example a signature
  • if the gesture is part of the operating system, user agent or assistive technology - for example, pinch zoom

Mobile app testing

No difference