F
F
Fisab2016-03-07 15:17:01
iPhone
Fisab, 2016-03-07 15:17:01

Iphone enlarges the page very much, what to do?

I make a little animation and use the following thing for phones:

meta name="viewport" content="width=device-width"

(<> - removed because the toaster does not display)
On android phones it works like a clock, but under ios it does not work correctly.
They grow out of proportion. Tell me how should I be?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Goryachev, 2016-03-07
@Fisab

one.

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

2.
body { -webkit-text-size-adjust: none;
    text-size-adjust: none; }

3.body { overflow-x: none; }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question