fix: add apple-mobile-web-app-capable (#1803)

Fixes #1802
This commit is contained in:
Nolan Lawson 2020-06-25 19:09:27 -07:00 committed by GitHub
parent 949fb5f8a4
commit 85ce93177b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,7 +11,10 @@
<link id='theManifest' rel='manifest' href='/manifest.json' >
<link id='theFavicon' rel='icon' type='image/png' href='/favicon.png' >
<link rel="apple-touch-icon" href="/apple-icon.png" >
<!-- both of these *-web-app-capable are required, for Chrome on Android and Safari on iOS
https://developers.google.com/web/fundamentals/native-hardware/fullscreen/ -->
<meta name="mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Pinafore" >
<meta name="apple-mobile-web-app-status-bar-style" content="white" >