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!