openfl / openfl-html5

[deprecated] OpenFL HTML5 backend
Other
0 stars 1 forks source link

Adds basic support for full screen #39

Closed jgranick closed 10 years ago

jgranick commented 10 years ago

39 Issue by fserb,

Tested on Chrome/Safari/Firefox (Mac).

We don't do anything about scaleMode/stageAlign/fullScreenSourceRect. But the JS fullscreen is equivalent to SHOW_ALL, TOP and source rect equals the stage size, which are reasonable and useful values.

Let me know if you think the way of getting the browser specific function could be improved.