From f1a8bd9ef828eed039242c97409c6794d586aa7c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 23 Mar 2025 12:34:55 +0100 Subject: [PATCH] Chrome 134 on iOS: Allow zooming out (bug #940) --- adminer/include/design.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adminer/include/design.inc.php b/adminer/include/design.inc.php index b64f7fd5..93c968f6 100644 --- a/adminer/include/design.inc.php +++ b/adminer/include/design.inc.php @@ -21,12 +21,13 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") { } $title_all = $title . ($title2 != "" ? ": $title2" : ""); $title_page = strip_tags($title_all . (SERVER != "" && SERVER != "localhost" ? h(" - " . SERVER) : "") . " - " . $adminer->name()); + // initial-scale=1 is the default but Chrome 134 on iOS is not able to zoom out without it ?> - + <?php echo $title_page; ?>