Answer the question
In order to leave comments, you need to log in
How to remove the initial zoom on mobile devices?
In the process of adapting the site for mobile devices, I encountered the following problem: the standard Android browser and the iOS browser display the page with the initial zoom, as a result, the page has to be reduced, but this affects the width of the elements. There is no problem in mobile Chrome and Firefox.
Attempts to fix the problem with help were unsuccessful.
Are there other options to overcome this?
Answer the question
In order to leave comments, you need to log in
Use the viewport meta tag like so:
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
Viewport tag to help you frontender.com.ua/mobile-web/wtf-viewport
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question