You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: