Fullscreen with HTML5

I’m pretty sure HTML5 support that feature, but doing this has no effect:

Lib.current.stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;

Although, works fine for flash and desktop.

True fullscreen is not supported yet on HTML5, but it should. I would be happy to look at this in a while, or a pull request if someone beats me :wink:

Ok, I’ll see, if I can add it myself.