]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Make Homer more "web app" friendly
authorTim Millwood <tim@millwoodonline.co.uk>
Mon, 8 Jun 2020 09:07:17 +0000 (10:07 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 09:07:17 +0000 (10:07 +0100)
public/index.html

index f718159a05cde1c20345935c9a905f637aad1342..cedeea78ab570cde0d167e3dab9c78126a6d709e 100644 (file)
@@ -3,8 +3,11 @@
   <head>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0">
+    <meta name="viewport" content="width=device-width,initial-scale=1.0, viewport-fit=cover">
     <meta name="robots" content="noindex">
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <meta name="apple-mobile-web-app-title" content="<%= htmlWebpackPlugin.options.title %>">
+    <meta name="apple-mobile-web-app-status-bar-style" content="black">
     <link rel="icon" href="<%= BASE_URL %>favicon.png">
     <title><%= htmlWebpackPlugin.options.title %></title>
   </head>