mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
Allow fullscreen to work from iframe
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<p><a href="index.html">Switch to Full View</a></p>
|
||||
</div>
|
||||
|
||||
<iframe id="viewer"></iframe>
|
||||
<iframe id="viewer" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user