JokeNetwork/faq

View on GitHub
pages/metatags/Apple/apple-mobile-web-app-capable.md

Summary

Maintainability
Test Coverage
## MetaExtension apple-mobile-web-app-capable

The apple-mobile-web-app-capable metatag defines wether a website/webapp which was added to the homescreen can run in fullscreen or not.

In favor of Progressive Web Apps (PWAs), this does not work anymore and is therefore marked as <span class="badge bg-danger">Unsupported</span>.

Read more about Apple's Webapps at [Apple's official documentation](https://developer.apple.com/library/safari/documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html).

## Usage

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


`content` can also be `false`, but the meta-tag is obsolete then.