aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorAndreas Hubel2019-08-21 23:03:15 +0200
committerAndreas Hubel2019-08-21 23:05:34 +0200
commit09303a11337d216929cf42fd4e7029d3d7688122 (patch)
tree3b3cb33720b3927fd2e685dcef89c98527d3adf6 /template
parent436af3b46508fc8b8d232f180633886a8a1e903d (diff)
try to fix fullscreen issue...
Diffstat (limited to 'template')
-rw-r--r--template/page.phtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/page.phtml b/template/page.phtml
index 9fb24ad..797589d 100644
--- a/template/page.phtml
+++ b/template/page.phtml
@@ -39,6 +39,9 @@
<? endif ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta name="mobile-web-app-capable" content="yes" />
+ <meta name="theme-color" content="#000000" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
<base href="<?=h($baseurl)?>" />
<link href="<?=h($canonicalurl)?>" rel="canonical" />