iOS full screen

  • I thought I had solved the issue of going full screen with an embed in an external website but that only applies to android in the mobile environment. The iOS side of the story does not go full screen because of apple policies. That makes embedding almost useless.

    So I made several tests with HTML files using the heather tags suggested by apple without success:

    <meta name=”apple-mobile-web-app-capable” content=”yes” />

    <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;” />

    <meta name=”apple-mobile-web-app-status-bar-style” content=”black-translucent”>

    Please if someone can share how to make it work it will be greatly appreciated.

    Thanks for the help.

    • This topic was modified 4 years ago by mondriam.

    Hello,

    You need to create your own fullscreen for iPhone, the fullscreen works on iPad.
    You need to create your own button, edit the CSS of the iFrame with JavaScript when clicking on it.

    OK Thanks.

    Could you please help me a little bit by placing the example code you would type for this case?

    • This reply was modified 4 years ago by mondriam.

You must be logged in to reply to this topic.