getify / cloud-sweeper

A casual game built for the web.
94 stars 17 forks source link

Add meta tags for better iOS support #5

Closed dotproto closed 8 years ago

dotproto commented 8 years ago

According to Apple's docs, adding the following meta tag will allow full screen support when the user adds the site to the home screen.

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

https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html

getify commented 8 years ago

also added the chrome manifest.json for installable web app config.