L
L
Lirilla2016-04-12 13:52:08
HTML
Lirilla, 2016-04-12 13:52:08

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

3 answer(s)
A
Alexander, 2016-04-12
@verstka

Use the viewport meta tag like so:

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

A
Alexander, 2016-04-12
@lasmaster

Viewport tag to help you frontender.com.ua/mobile-web/wtf-viewport

L
Lirilla, 2016-04-13
@Lirilla

Yes, the viewport tag was not displayed in the question, in fact, they tried to deal with it, but the feeling that browsers simply ignore it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question