3

I’ve tried the following approach:

<meta name="viewport" content="width=device-width, minimal-ui">

and

window.addEventListener('load', function() {
setTimeout(scrollTo, 0, 0, 1);
}, false);

But it hasn’t worked. Could you advise something on this?

invsm
  • 31
  • 1
  • 2

1 Answers1

0

The best solution I found is this one. Basically make your content higher than viewport and it would become fullscreen (Hiding toolbars) when switching to landscape. Not perfect but usable.

Fei
  • 1,906
  • 20
  • 36