]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge pull request #81 from timmillwood/patch-2 130448930
authorBastien Wirtz <bastien.wirtz@gmail.com>
Wed, 10 Jun 2020 01:14:15 +0000 (18:14 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 01:14:15 +0000 (18:14 -0700)
Make Homer more "web app" friendly

public/index.html
vue.config.js

index f718159a05cde1c20345935c9a905f637aad1342..2cda7e2d6ae3e9a90685013a8bc8e1c2d8bda0a2 100644 (file)
@@ -3,7 +3,7 @@
   <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">
     <link rel="icon" href="<%= BASE_URL %>favicon.png">
     <title><%= htmlWebpackPlugin.options.title %></title>
index 7214c12d9168581aeeac71c391e59379f762e2a6..c244a86e1cb50f5f84d724ee396575f71eff3826 100644 (file)
@@ -10,6 +10,8 @@ module.exports = {
   publicPath: "",
   pwa: {
     manifestPath: "assets/manifest.json",
+    appleMobileWebAppStatusBarStyle: "black",
+    appleMobileWebAppCapable: "yes",
     iconPaths: {
       favicon32: "assets/icons/favicon-32x32.png",
       favicon16: "assets/icons/favicon-16x16.png",