with this fix my App does not recieve any fullscreen events from an
embedded WebView anymore with the following code:
Connections {
target: webview
onFullscreenChanged: {
nav.visible = !webview.fullscreen
if (webview.fullscreen == true) {
window.visibility = 5
} else {
window.visibility = 4
}
}
}
when i hack /usr/lib/arm-linux-
gnueabihf/qt5/qml/Ubuntu/Components/Extras/Browser/UbuntuWebView02.qml
on the phone to revert the change all is fine and embedded videos
properly emit the onFullscreenChanged to the webview. i assume i need to
do any code changes on my side to use an embedded WebView this way now.
are these changes somewhere documented ?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464249
Title:
Ubuntu WebView should not silently honour fullscreen requests
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1464249/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs