Skip to content

Conversation

@athal7
Copy link
Contributor

@athal7 athal7 commented Jan 7, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@Brendonovich
Copy link
Collaborator

omg yes plz

Add CSS media query to increase font-size to 16px on touch devices,
which prevents iOS Safari from auto-zooming when inputs are focused.
iOS WebKit zooms on any input with font-size < 16px as an accessibility
feature.

Fixes anomalyco#6784
@athal7
Copy link
Contributor Author

athal7 commented Jan 7, 2026

failures are from base branch

@adamdotdevin adamdotdevin merged commit fb3ca89 into anomalyco:dev Jan 7, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iOS auto-zooms on input focus in web UI

3 participants