Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

strange behavior in iframe on mobile safari

Discussion in 'Project Tiny' started by TheRoccoB, Dec 18, 2018.

  1. TheRoccoB

    TheRoccoB

    Joined:
    Jun 29, 2017
    Posts:
    54
    In mobile safari, I'm seeing an ever expanding iframe when putting my game in a frame! So crazy, not sure what is going on!



    Demo:
    https://tiny-simmer.firebaseapp.com/test/iframe.html

    Pretty simple source code:


    <!doctype html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport"
    content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    </head>
    <body>
    <iframe src="https://tiny-simmer.firebaseapp.com/FlyingYolk/" style="width:300px; height:300px;"></iframe>
    </body>
    </html>
     
  2. TheRoccoB

    TheRoccoB

    Joined:
    Jun 29, 2017
    Posts:
    54
    Shorely likes this.