ui: include meta tags for standalone/full-screen on Android & iOS (#6696)

Add meta tags for Android and iOS to allow the WebUI to run in fullscreen/standalone mode on mobile browsers.
This commit is contained in:
Shane Lord 2024-01-03 22:03:24 +11:00 committed by GitHub
parent 44d9a11bb8
commit 27dcad8403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@ $pagetitle .= html_safe(sprintf(' | %s.%s', $config['system']['hostname'], $conf
<meta name="description" content="" />
<meta name="copyright" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<title><?= $pagetitle ?></title>