Merge pull request #340 from bachandi/webappfullscreen

Add posibility to view the website as web app in full screen mode
This commit is contained in:
Jordi Sanfeliu 2021-08-30 11:26:52 +02:00 committed by GitHub
commit a64381853b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -492,6 +492,8 @@ EOF
if($config{refresh_rate}) {
print(" <meta http-equiv='Refresh' content='" . $config{refresh_rate} . "'>\n");
}
print(" <meta name='apple-mobile-web-app-capable' content='yes' />\n");
print(" <meta name='apple-mobile-web-app-status-bar-style' content='black' />\n");
print(" </head>\n");
print(" <body>\n");
print(" $piwik_code\n");