So I\'ve been using:
to get my HTML c
Why not just reload the page when the user rotates the screen with javascript
function doOnOrientationChange() { location.reload(); } window.addEventListener('orientationchange', doOnOrientationChange);