Answer the question
In order to leave comments, you need to log in
iPhone zoom text, how to disable?
I can not understand what's the matter, maybe someone came across.
Answer the question
In order to leave comments, you need to log in
I understand that this is a necropost, but here is the solution:
setting this property for the body will help:-webkit-text-size-adjust: 100%;
As aen already wrote, viewport will help.
Try something like:
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=2.0"/>
Cured?
Did you check it in Safari on desktop? Have you tried "remote debugging" in Safari? The font size is different - perhaps some default browser styles are applied, or the style does not work.
I also noticed this behavior on iPhone 10, under all browsers, chrome safari and analogues.
and no matter what tags are used and style in the code, it still changes the size on a horizontal phone increases, ignoring the importer, and style tags that are above css priority.
-webkit-text-size-adjust:100%; It helped, now everything works as it should.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question