Answer the question
In order to leave comments, you need to log in
What is the zoom mode in Safari on iPhone?
What is the zoom mode in Safari on iPhone? When this mode is enabled, the layout of the site floats. When it is off, that is, in normal mode, everything is in order.
Why can this be?
Does Safari on Iphone support CSS values - em, rem? I used em, rem for layout, maybe this is the problem? How then to translate correctly em, rem to px?
Answer the question
In order to leave comments, you need to log in
Hi bro, for zooming you change initial-scale=1 or work with
html {
font-size: 16px;
@media (max-width: 1280px) {
font-size: 15px;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question