Reputation: 1841
I'm having a weird issue with a input text type on iOS safari.
When I tap on the text input and the keyboard screen apperas, the website gets zoomed in and after I tap done it doesn't go back.
Here is how it looks before the tap.
How it looks after the tap:
Any ideas how can I solve this? Is there a trick or something to disable this zoom?
Upvotes: 0
Views: 688
Reputation: 1584
If you set your font size to 16px it wont zoom any more.
You may also want to use an IOS media query with that.
Upvotes: 1