Glove and wet-hand modes need a visible system state
Aliases: mode visibility · wet-hand mode cue · gain status
What it is
Glove mode and wet-hand mode change whole-device input: more sensitive, more false-touch prone, sometimes duller. If people cannot see which gear they are in, “I tapped and nothing happened” becomes a broken button, and “it taps itself” becomes a haunting. The state must be visible and reversible—a status-bar icon, a Control Center switch, a lock-screen line—not a tick buried in settings. Autoswitching especially needs feedback, because the user never performed an “on” action.
Why it happens
The mode is device-level implicit state. It never enters an application’s widget tree, and a press highlight cannot say “the threshold is different now.” People can only infer from outcomes: a gloved tap suddenly works, or the pocket starts firing. Inference is slow and attributes to whichever app changed last. Autoswitching has no edge between in and out, so a “which gear am I in” model is even harder. A visible cue lifts implicit state into something queryable: the icon means the false-touch budget is being spent, and one tap returns to the bare-finger gear. The cue also has to exist on the lock screen and the incoming-call UI, which are what gloved hands actually use; Settings is out of reach then.
Studying it
Have people unlock, hang up, and reply to a message with gloves or wet hands; half get a mode icon and switch, half do not. Independent variables are cue placement (status bar / Control Center / settings only), auto versus manual entry, and whether false touches happen at the same time. Dependent measures are the fraction who can name the current mode, needless reboots or app uninstalls, whether false touches are blamed on system or app, and time to exit the mode. Do not only ask inside Settings “did you know this switch existed?”; that measures discoverability, not in-task state awareness.
Where it stops holding
Professionals who always wear conductive gloves may find the icon noisy; allow it off, but default it on for newcomers. Devices with no glove or wet-hand mode have nothing to cue. If the mode is fully adaptive and cannot be turned off, the cue is still required, or people cannot bind behaviour change to a system decision. A screen reader must be able to speak the state; a tiny icon is not enough. Automotive clusters that must simplify the status bar under regulation should move the cue to the instrument panel or to voice, not drop it.
Applying it
- When the mode activates, put a tappable mark in the status bar or Control Center that can turn it off; autoswitch should also speak a one-shot reason (“sensitivity raised for wet hands”).
- Lock screen, incoming call, and full-screen navigation—the gloved high-frequency surfaces—must show or speak the state; do not leave it in Settings only.
- Support scripts should ask whether the icon is lit before deciding to chase the app or to have the user exit the mode and retest; do not open with “clear data.”
Related
- Same group: C2.24.1 Glove mode raises detection gain to register thin-glove contacts · C2.24.2 Higher glove-mode gain also amplifies noise into false touches · C2.24.4 Interfaces cannot assume touch remains available when sensing fails at scale
- Nearby: C2.13 Touch in extreme conditions · C4.29 Visibility of capture state
- Search terms:
mode visibility·glove mode·system status