Skip to content

Prevent Mobile Safari from auto-zooming text inputs and textareas#6236

Draft
flmalte wants to merge 4 commits intoplausible:masterfrom
flmalte:fix/mobile-input-font-size
Draft

Prevent Mobile Safari from auto-zooming text inputs and textareas#6236
flmalte wants to merge 4 commits intoplausible:masterfrom
flmalte:fix/mobile-input-font-size

Conversation

@flmalte
Copy link
Copy Markdown

@flmalte flmalte commented Apr 8, 2026

Summary

  • keep real text inputs and textareas at 16px so Mobile Safari does not auto-zoom them on focus
  • apply the fix to the shared Phoenix form input component and the custom dashboard search/combobox fields that were still using smaller text sizing
  • add a changelog entry for the bugfix

Testing

  • git diff --check
  • automated tests not run in this environment
  • mix is not installed in this environment
  • frontend dependencies are not installed in assets/node_modules
  • dark mode was not visually verified in this environment

Risk & Rollback

  • low risk, this only changes typography sizing for actual text entry fields
  • rollback is a straightforward revert of this branch

Linked Issues

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

Mobile Safari zooms text inputs below 16px

2 participants