diff options
author | Andreas Hubel | 2019-08-21 23:03:15 +0200 |
---|---|---|
committer | Andreas Hubel | 2019-08-21 23:05:34 +0200 |
commit | 09303a11337d216929cf42fd4e7029d3d7688122 (patch) | |
tree | 3b3cb33720b3927fd2e685dcef89c98527d3adf6 /template/page.phtml | |
parent | 436af3b46508fc8b8d232f180633886a8a1e903d (diff) |
try to fix fullscreen issue...
Diffstat (limited to '')
-rw-r--r-- | template/page.phtml | 3 |
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" /> |