July 2018
Intermediate to advanced
354 pages
8h 51m
English
This is similar to the name and short name manifest properties I'll discuss in detail in the the web manifest section. If no META value is supplied, the title element value is used:
<meta name="apple-mobile-web-app-title" content="2048 PWA">
Check the output in the following screenshot:

Next, you should control how your web app appears to the user. iOS allows you to either launch the app in the browser or as a standalone mode. Standalone mode removes the browser, but retains the iOS status bar across the top of the screen. Check the following code for this:
<meta name="apple-mobile-web-app-capable" ...
Read now
Unlock full access