alex_h Posted July 30, 2013 Share Posted July 30, 2013 I'm using mobile meta-tags to enable full screen in safari on iOS 6 like this:<meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">When I'm testing the game on an iPod 5 with iOS 6 sometimes it seems this makes it automatically go in to full screen when first loading, and sometimes it doesn't, in which case you have to manually press the full screen button at the bottom right. I asked a colleague who said that as far as he could tell the browser just seems to remember whatever the last manually chosen setting was, and that this mean there was no way to 'force' your game to automatically enter full screen when it starts. Can anybody confirm that he is right, or preferably that he is wrong and there IS a way to consistently go to full screen automatically?cheers,Alex Quote Link to comment Share on other sites More sharing options...
Chris Posted July 30, 2013 Share Posted July 30, 2013 Afaik, the two meta tags are only accounted, when the web-app has been installed to the springboard. It has no effect on the mobile safari itself. Edit:I gathered some information about this topic in my little recipes database, a while ago. Quote Link to comment Share on other sites More sharing options...
alex_h Posted July 30, 2013 Author Share Posted July 30, 2013 Oh yeah, that rings a bell actually, in any case I'm sure you are right. So what means (if any) are available to try to make my game launch in full screen when it is run normally in mobile safari? Quote Link to comment Share on other sites More sharing options...
rich Posted July 31, 2013 Share Posted July 31, 2013 Basically you can't - it's impossible to force any kind of fullscreen automatically. I don't know of any browser that supports this yet. Chrome on Android should do, but the full screen API isn't working yet (maybe it's in Canary?) Quote Link to comment Share on other sites More sharing options...
alex_h Posted July 31, 2013 Author Share Posted July 31, 2013 Thanks for that Rich, I was starting to get the feeling that this might be the case! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.