Double-tap select versus double-tap zoom must drop one in text
Aliases: word select · double-tap zoom clash · select token
What it is
A double-tap on letters, in desktop convention, selects the word; in touch browsing it often zooms one step. The two meanings are exclusive on one article: a single double-tap cannot both blue the token and enlarge the layout. One of them must be switched off by context—body text in a reader usually keeps select and drops double-tap zoom, leaving pinch for scale.
Why it happens
A double-tap recognizer has one success slot. Mobile browsers once waited 300 ms for a second tap to decide whether to zoom, which both delayed clicks and raced word-select. The primary job of ebook and article body is select-and-scroll; maps and photos are the surfaces whose job is zoom. Context splitting is task fit: a hit on a text node goes to select, a hit on an image or empty canvas may zoom. Leaving both on halves success between two product goals.
Studying it
On a mixed article (type + image), ask people to “select this word” and “enlarge this picture,” and record what the double-tap did. Disable one recognizer and watch the other task’s completion move. Include click delay—if double-tap zoom stays on, tapping a link is lagged. Do not defend double-tap zoom with image-only pages.
Where it stops holding
A photo, a map, or a scanned PDF has no word to hope for, so double-tap zoom remains reasonable. A reader that already pinches as the main zoom loses little by dropping double-tap zoom. Triple-tap for a sentence and quadruple-tap for a paragraph extend the select channel and coexist with zoom even worse. The exclusion is on text-like content, not on toolbar buttons.
Applying it
- Body containers: double-tap = select word; zoom via pinch or buttons. Image/map containers: double-tap may zoom, and should not select.
- Split mixed pages by the hit node; do not register one double-tap for the whole page.
- Accept “double-tap this word turns it blue, scale unchanged”; “double-tap this image zooms, no selection.”
Related
- Same group: C3.30.1 Long-press to select text and long-press for a menu share an onset · C3.30.2 Dragging selection handles versus scrolling needs handle hit priority · C3.30.4 While selection is active, other gestures should yield
- Adjacent: C3.02 Double tap · C3.26 Double-tap drag to zoom
- Search:
double-tap select·double-tap zoom·word selection