From 6f9baddd5e11dca21481b04b28962f8a5bb67e61 Mon Sep 17 00:00:00 2001 From: Tim Gatzke Date: Tue, 5 Aug 2025 01:21:13 +0200 Subject: [PATCH] Update viewport meta to contain user-scalable=no (#1666) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description: This PR updates the meta viewport tag in the HTML head to include user-scalable=no. This change improves the user experience on tablets, especially iPads, by disabling native browser zooming and enforcing OpenFront’s zoom behavior. This prevents inconsistencies caused by native scaling, such as icons or text appearing misaligned or in incorrect positions. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I have read and accepted the CLA agreement (only required once). ## Please put your Discord username so you can be contacted if a bug or regression is found: seegurkenlp --------- Co-authored-by: evanpelle --- src/client/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/client/index.html b/src/client/index.html index 3d6f65088..0892848f8 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -2,7 +2,10 @@ - + OpenFront (ALPHA)