mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Allow fullscreen to work from iframe
This commit is contained in:
parent
128c7143d5
commit
a81d22a309
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue