C2.12.2Context-dependent posture switchingdesignresearch

Posture switches with context, so one posture cannot be assumed

Aliases: posture switching · usage context · mobile interaction

What it is

Mobile posture switches with context: reading may be one-handed, longer text input becomes two-handed, precision work uses the other index finger, and walking or carrying constrains all of them. A product cannot treat one initial posture as a whole-session premise; layout and alternatives must accommodate change.

Why it happens

Task precision, duration, environmental stability, free hands, and orientation jointly shape posture. The trigger for switching actually falls into two kinds with completely different timing signatures. One is task-driven switching: a person anticipates that the next step needs more precision (say, typing a longer passage) and proactively switches to a two-handed posture before acting, so the switch happens ahead of the action. The other is interruption-driven switching: something suddenly requires a free hand — steadying an object, opening a door — with no warning, and it typically happens in the middle of a gesture that is not yet finished. The first kind falls into a natural gap between actions, and an interface only needs to be usable in both postures. The second forcibly interrupts a continuous gesture already underway, which means the interface must be able to tolerate a drag, pinch, or swipe being cut off midstream by a posture change and still recover safely afterward, or at least avoid producing a wrong result — a stronger requirement than simply supporting all three postures independently.

Studying it

Use cross-task, cross-context observation and logs to capture when and why posture changes, duration, error, and recovery. Analyse reading, browsing, text input, photography, navigation, and precision editing separately rather than assuming a stable seated grip. One targeted test artificially asks participants to switch grip posture (catching a dropped object, say) partway through an ongoing gesture such as a drag or pinch, and observes whether the system preserves the current state and allows safe recovery, or whether the interruption directly produces a wrong commit or lost data.

Where it stops holding

Supporting switches does not require an interface to rearrange on every gesture; excessive adaptation damages spatial memory. Stable core layout, multiple reachable routes, and explicit controllable adjustment are safer than guessing grip every second.

Applying it

  • Give primary work paths usable with one hand, two hands, and precision input.
  • Keep layout changes predictable and dismissible while retaining stable navigation anchors.
  • Test continuity while switching posture in real-context tasks.

Related

  • Same group: C2.12.1 Three basic postures: one hand, holding with one hand and operating with the other, and two thumbs · C2.12.3 Walking, standing, and carrying with one hand constrain posture
  • Nearby: C2.11 Thumb reach zones · C2.13 Touch in extreme conditions
  • Search terms: posture switching · mobile context · grip

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C2.12.2