From 5cd46bdbe5fcc6a1bdd70b0bf32c945ae7c5664c Mon Sep 17 00:00:00 2001 From: bram-atmire Date: Mon, 4 May 2026 11:12:32 +0200 Subject: [PATCH] Align viewport meta with the canonical width=device-width, initial-scale=1 pattern The previous value `width=device-width,minimum-scale=1` worked correctly with the project's responsive CSS, but diverged from the documented best-practice shipped by Bootstrap 5 starters and the Angular CLI default. `initial-scale=1` guarantees the page renders at 100% on first paint across mobile browsers and embedded WebViews; dropping `minimum-scale=1` removes the unneeded pinch-zoom-out restriction. References #5604 --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 565fc0439d4..b5e2858907d 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ DSpace - +