Fullscreen in html5
-
Can you do fullscreen in html5 apps, and if so how?
-
Hi @Uhfgood it is indeed possible
Add
<window fullscreen="true" if="html5" />to your Project.xml, and this will use OpenFL's fullscreen mode in HTML5.
-
Awesome thanks!