From 27dcad8403d36bdda0907fee62b5a5c095294cc7 Mon Sep 17 00:00:00 2001 From: Shane Lord <49434655+shanelord01@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:03:24 +1100 Subject: [PATCH] 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. --- src/www/head.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/www/head.inc b/src/www/head.inc index d1ad4084c..69984dc01 100644 --- a/src/www/head.inc +++ b/src/www/head.inc @@ -38,6 +38,8 @@ $pagetitle .= html_safe(sprintf(' | %s.%s', $config['system']['hostname'], $conf + +