offtopic: it's quite simple to fix sailfish-browser in file /usr/share/sailfish-browser/pages/BrowserPage.qml in WebContainer change height: browserPage.orientation === Orientation.Portrait ? Screen.height : Screen.width to height: parent.height and voila!