1

First I've got a fullscreen landing page and (only !!) in safari mobile in landscape-mode appears a vertical scrollbar.

I wonder why, so I began to delete elements and styles peu à peu. In the end I had a 'empty' file like this:

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

Even in this file the scrollbar appears. Are there any tricks to ban this bugging phenomenon?

Thanks a lot!

4

1 回答 1

2

改用这个:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
于 2013-09-22T22:42:00.437 回答