Full screen and html overlay

Hi all,
We are running a website called kogama.com. Our main source of revenue are (video) ads. We have however run into a problem. We support full screen. The problem is that we can’t show a video on top of the canvas when in full screen. This is really a HTML5 related question but as far as I can tell it is possible. Basically one has to full screen a parent element with the canvas inside it along side the video element.

The problem is that more than likely we have to rewrite UnityNative.js to do this. Any advice would be appreciated :slight_smile:

We solved this problem by simply full screening the browser instead of the game. I know it’s not entirely the same, but it’s close enough for our purposes.