I have a packaged app that contains a webview. I want to allow content in that webview to request fullscreen. Is there any way to make that work?
Details:
- My packaged app is just a lightweight shell that opens a window. The user can fullscreen that window or not, up to them.
- The bulk of the application is delivered in a <webview> element
- The content in the webview might contain a video element, and I'd like the user to be able to click the fullscreen button in there and get standard fullscreen behavior
If you open this web page in chrome:
Click the arrow and then the "Why Choose Kaon" section and view the intro video. Click on the video and then click the fullscreen button. Works, right?
Now install the desktop app version:
Run it and do the same thing. Doesn't work. It actually seems to think it is going fullscreen, but it doesn't go fullscreen.
-Joshua