View Single Post
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#14
Originally Posted by coderus View Post
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!
Doesn't work here unfortunately. Anything else you changed?