** Branch linked: lp:~osomon/webbrowser-app/rtm-backport-fullscreen -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1379766
Title: --fullscreen command-line switch doesn’t work Status in the base for Ubuntu mobile products: New Status in Web Browser App: Fix Released Status in webbrowser-app package in Ubuntu: Fix Released Status in webbrowser-app package in Ubuntu RTM: Confirmed Bug description: Both webbrowser-app and webapp-container advertise a "--fullscreen" command-line switch to allow running applications fullscreen. However this doesn’t work: the window is briefly shown fullscreen, and then restored to its normal state. This is most likely because of this code snippet in webbrowser-app.qml (and its counterpart in webapp- container.qml): visibility: browser.currentWebview && browser.currentWebview.fullscreen ? Window.FullScreen : Window.AutomaticVisibility The value for 'visibility' needs to take into account the --fullscreen command-line switch. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1379766/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp