[PR #7214] fix(ui): prevent iOS Safari auto-zoom on input focus #12300

Closed
opened 2026-02-16 18:17:13 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/7214

State: closed
Merged: Yes


Summary

  • Add CSS media query targeting touch devices to prevent iOS Safari auto-zoom on input focus
  • Increase font-size to 16px for input, select, textarea, and contenteditable elements on touch devices
  • iOS WebKit auto-zooms on inputs with font-size < 16px as an accessibility feature

Fixes #6784

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/7214 **State:** closed **Merged:** Yes --- ## Summary - Add CSS media query targeting touch devices to prevent iOS Safari auto-zoom on input focus - Increase font-size to 16px for input, select, textarea, and contenteditable elements on touch devices - iOS WebKit auto-zooms on inputs with font-size < 16px as an accessibility feature Fixes #6784
yindo added the pull-request label 2026-02-16 18:17:13 -05:00
yindo closed this issue 2026-02-16 18:17:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12300