Skip to content

Avoid input zoom on iOS in login/signup widget #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Mottokrosh opened this issue Aug 27, 2018 · 1 comment
Open

Avoid input zoom on iOS in login/signup widget #151

Mottokrosh opened this issue Aug 27, 2018 · 1 comment
Labels
type: bug code to address defects in shipped code

Comments

@Mottokrosh
Copy link

Hi all.

The input fields in the login and signup widget are currently set to font size 14px, which means that in iOS, they are zoomed into slightly on focus. This zoom level remains after closing the widget, unless manually zoomed out. Because it's a slight zoom, it's easy to miss it, and by extension, buttons like the close button get pushed off-screen.

The minimum input font-size to avoid zooming is 16px. I've had a play and that looks ok to me, but your design team might want to have a look to see if the visual hierarchy still flows with that change.

Happy to make a PR otherwise, if you like.

@jlengstorf
Copy link
Contributor

this will be fixed in #334

@jlengstorf jlengstorf added type: feature code contributing to the implementation of a feature and/or user facing functionality type: bug code to address defects in shipped code and removed type: feature code contributing to the implementation of a feature and/or user facing functionality labels Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

No branches or pull requests

2 participants