Accidental contact from the palm edge and thumb base while holding
Aliases: palm false touch · thumb base · grip
What it is
When holding a touchscreen, palm edge and thumb base often contact it briefly to support or adjust posture. These contacts are not intended operations, yet may be read as taps, scrolls, or multitouch gestures, causing jumps, false activation, or interruption.
Why it happens
Grip contacts are often at edges, larger in area, and differ in pressure and timing from active fingertips, but overlap with legitimate edge input, and static features like area or position alone cannot reliably separate the two. One extra signal that meaningfully sharpens the classification is temporal co-occurrence: on stylus-capable devices, if the system can also sense a pen tip in contact or hovering nearby, then other large-area contacts appearing around that same moment, near the pen tip, are overwhelmingly likely to be palm contact from the writing hand rather than a separate, independent finger action — because holding a stylus to write naturally rests the palm against the screen, so the pen's very presence is itself a high-confidence prior that "a nearby contact is probably palm." Finger-only devices have no such extra signal to lean on, so classification confidence is inherently a notch lower, which is also why stylus-capable devices generally achieve cleaner palm rejection than touch-only ones.
Studying it
Collect raw contacts and consequences during natural holding, walking, one-thumb, and two-hand use, separating palm edge, thumb base, and active fingers. Include edge buttons and system gestures to discover when rejection consumes valid input. On stylus-capable devices, compare palm-rejection accuracy specifically between "pen present nearby" and "finger-only, no pen present" conditions, to verify whether the pen-presence signal genuinely improves classification.
Where it stops holding
Ignoring every large or edge contact harms legitimate palm, thumb, and accessibility use. Device size, cases, wet hands, and stylus change features. The goal is reducing nonintentional contact, not declaring a body feature invalid.
Applying it
- Avoid placing high-consequence immediate controls in common grip edges.
- Combine contact and temporal cues for rejection, prioritizing pen position as a strong prior when a pen is present, and retaining alternatives for critical edge actions.
- How to check: measure palm-rejection accuracy separately under "stylus present" and "finger-only" conditions; a clearly higher accuracy with the pen signal confirms the system is genuinely using this temporal co-occurrence rather than treating both conditions identically.