iOS zooms the whole page when you focus a control whose text is under 16px -- and it ignores user-scalable=no, so the font size is the only lever that actually stops it. The search field (and the settings inputs and selects) were 14px. They now render at 16px on touch devices only; the coarse-pointer padding already in that block keeps them the same physical size, and mouse users keep the 14px look. body also gets touch-action: manipulation, which drops double-tap-to-zoom -- the app handles its own taps, and the player/feed set touch-action: none for their gestures regardless -- plus text-size-adjust: 100% so Safari stops inflating text on its own after a rotation. Deliberate pinch-zoom still works; taking that away would hurt anyone who needs it. Checked in headless Chrome with touch emulation: every input, textarea and select reports >=16px on a phone, desktop still reports 14px, body touch-action is manipulation, and the player keeps touch-action: none. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QBDkEXP4htyXTCZUwMLphd
53 KiB
53 KiB