Fingers occlude critical areas
Aliases: touch occlusion · mobile UI · thumb zone · touch feedback
What it is
Finger occlusion occurs when fingers and palms cover part of the screen during touch input, hiding the target being touched, state changing near it, or environment ahead of the character that should otherwise be visible. This covers a different facet of touch input than the virtual joystick's lack of physical location: that entry is about a finger not being able to find where it should land, this one is about the finger, once it lands, blocking the very thing it needed to see. This is never merely a minor interface detail — in movement, aiming, and scenes demanding fast decisions, occlusion directly cuts off the visual feedback a player needs to correct their own action.
Why it happens
A touchscreen places the input tool (the finger) directly on the display surface, which means "operating" and "seeing" are competing, by design, for the same physical space — this is the fundamental trait that separates touch from a controller or keyboard-mouse, where control and display are physically separate. When a key target, an enemy, a reticle, or a reading a player needs to keep watching happens to sit within their thumb's habitual range of motion, the player is forced to choose between completing the action and seeing what the action is being performed on — the two cannot both be had at once. Misoperation and delayed reaction come directly from that forced trade-off: to see clearly, the player has to move their finger away first, and that movement itself creates a fresh delay. Actively moving key information out of a finger's usual coverage area, presenting it offset elsewhere, or offering feedback through a channel that does not depend on vision — haptics, sound — all serve to reconnect the feedback loop that occlusion had cut.
Where it stops holding
The specific size and location of the occluded area varies substantially with screen size, a given player's actual grip, and hand characteristics — thumb length, left- or right-handed preference — so no single screenshot, or test done with only one grip, is enough to determine whether a layout has an occlusion problem. At the same time, bluntly pushing every control to the screen's edges to try to escape finger coverage entirely sacrifices the reachability of those controls and makes operation feel awkward. A more sensible approach allows players to switch between left- and right-hand layouts, and to adjust a control's position, size, and opacity themselves; tasks that genuinely demand high precision may additionally need a magnifying effect, a reticle offset away from the finger, or a brief freeze on key information for the moment the finger is pressed down.
Applying it
- For each of the common grip styles, map out the heat zone formed by actual finger contact points and thumb range of motion, and actively keep consequential state information and important targets out of those zones.
- Use offset labels, an externalized graphical indicator of the actual touch point, or feedback through haptics and audio to compensate for any information that genuinely cannot avoid being covered.
- How to check: record actual gameplay on a real device and overlay the actual coverage trajectory of the player's hand on that recording, then check whether, right before each operational failure, the key evidence that should have been visible was in fact already covered by a finger.