I have a website for mobile devices. I have problem with portrait/landscape when returning back from full-screen mode.
- I have device in landscape mode.
- I go to a page which triggers browser full-screen mode.
- Now when I click on some link and got redirected on other page, full-screen is disabled. That's correct.
- However, now when I switch to portrait mode, website acts like in landscape mode. Computed width is the same value as in landscape mode. This happens only after return from full-screen mode.
My content div has set width: 100%;