mirror of
https://github.com/wassname/phaser.git
synced 2026-08-12 12:20:38 +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>
|
<p><a href="index.html">Switch to Full View</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<iframe id="viewer"></iframe>
|
<iframe id="viewer" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user