nousheen

Results 1 comments of nousheen

I had the same problem ... had to fix it with javascript code window.addEventListener('orientationchange', function () { var originalBodyStyle = getComputedStyle(document.body).getPropertyValue('display'); document.body.style.display = 'none'; setTimeout(function () { document.body.style.display = originalBodyStyle;...