Skip to content

fix(mobile): raise remaining text-sm inputs to 16px to stop ios safari zoom - #1164

Open
leahpeker wants to merge 1 commit into
mainfrom
fix-mobile-zoom-remaining
Open

fix(mobile): raise remaining text-sm inputs to 16px to stop ios safari zoom#1164
leahpeker wants to merge 1 commit into
mainfrom
fix-mobile-zoom-remaining

Conversation

@leahpeker

Copy link
Copy Markdown
Collaborator

Summary

  • Follow-up to Issue 1131 / PR fix(events): stop iOS Safari zoom by wrapping long user content (Issue 1131) #1136, which fixed the iOS Safari auto-zoom-on-focus bug for most form inputs but missed several.
  • Applies the same text-base md:text-sm pattern (16px on mobile to avoid the zoom, reverting to 14px at md: and up) to the remaining real text-entry inputs:
    • PhoneField internal number input
    • PhotoLibraryDialog gif/photo search input
    • WhatsAppLinkEditorDialog link input
    • MemberPromotionMessageEditorDialog, TentativeApprovalMessageEditorDialog, WelcomeTemplateEditorDialog message textareas
    • DocsScreen folder <select>

Test plan

  • make agent-frontend-typecheck passes
  • Manually focus each affected input on an iOS Safari device/simulator and confirm no auto-zoom

…i zoom

PhoneField, PhotoLibraryDialog search, WhatsApp link editor, member
promotion/tentative-approval/welcome message textareas, and the docs
folder select were missed by the earlier mobile-zoom fix (Issue 1131).
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.

1 participant