We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to this post: https://rings.social/r/rings/11
Every time I click on a form element in safari in iOS, I get zoomed in because you’re missing this meta tag: ^^^ note maximum-scale there, doesn’t prevent pinch to zoom, it just stops it zooming in automatically and giving everyone sea sickness.
Every time I click on a form element in safari in iOS, I get zoomed in because you’re missing this meta tag:
^^^ note maximum-scale there, doesn’t prevent pinch to zoom, it just stops it zooming in automatically and giving everyone sea sickness.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
The text was updated successfully, but these errors were encountered:
e872d46
This breaks pinch-to-zoom. A possible way to fix this is to set the font-size of the inputs to more than 16px: https://stackoverflow.com/a/16372561
Sorry, something went wrong.
fix: re-enable pinch-to-zoom (#9)
414b76a
denysvitali
No branches or pull requests
According to this post:
https://rings.social/r/rings/11
The text was updated successfully, but these errors were encountered: