To unsubscribe from this group and stop receiving emails from it, send an email to apps-dev+u...@chromium.org.
Plumbing the actual permission into the <webview> permission API is trivial.
+lazyboy@ who has looked at fullscreen in the past. Does this seem like it's reasonable to you?
If this sounds reasonable, does this sound like something you could own Oren? My team is currently swamped with other tasks. Thanks,
Fady
Hi Fady,Thanks for the estimate. After conferring with the interested parties, we were wondering if it would be a much lower-cost (easier to implement) solution to make the following change: fullscreen requests coming from elements within a <webview> would simply maximize the element requesting fullscreen to take up the entire webview, rather than actually doing a fullscreen. This might be useful because it could be combined with, say, message passing so that when this occurs, the webview could notify its owning container of this, which would itself do chrome.app.window.current().fullscreen() to carry out a true fullscreen.
Would this be easier to implement? If the difficulty of making webview use the fullscreen request comes from the need to plumb permission handling through from the browser to the webview code, this alternative approach would sidestep permissions altogether, so maybe it'd be a much smaller change to make.