Conversation
e11ea98 to
c45f4bb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
text-sm) to 16px (text-base)preview:tunnelscript for testing on mobile devices via localtunnelProblem
iOS Safari automatically zooms in when a user taps an input field with a font size smaller than 16px. This causes a jarring zoom effect and requires users to manually pinch-to-zoom back out.
Reproduction steps
bun run preview:tunnelto build and start a tunneled preview serverChanges
inputClassin three files fromtext-sm(14px) totext-base(16px):src/components/AuthSection.tsxsrc/components/DatePresets.tsxsrc/components/SettingsDrawer.tsxpreview:tunnelscript topackage.jsonfor mobile testingpreview.allowedHoststovite.config.tsto allow local testingTest plan
bun run preview:tunnelworks end-to-end