WebView.fullscreen behaves differently for fullscreen Flash
Bug #1510973 reported by
Chris Coulson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Fix Released
|
Medium
|
Chris Coulson |
Bug Description
When ordinary web content requests fullscreen, it's not granted until the application sets WebView.fullscreen to true. It doesn't have to do this synchronously inside the WebView.
When Flash content requests fullscreen, the content will overlay the entire webview (which will effectively be in full screen mode) regardless of what the application does, and there's not much we can do about this.
What we should probably do is automatically cancel the fullscreen Flash if the application doesn't set WebView.fullscreen to true in the fullscreenRequested handler.
Related branches
Changed in oxide: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in oxide: | |
status: | Triaged → Fix Released |
assignee: | nobody → Chris Coulson (chrisccoulson) |
milestone: | none → branch-1.12 |
To post a comment you must log in.