JokeNetwork/faq

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

Summary

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

The apple-mobile-web-app-title metatag defines the Homescreen-title of an iOS "Add-to-homescreen" Web-App. 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-title" content="Webapp-Title">
````