From dacb5b49cb52f6e4bf6210acaea4669d4b79c982 Mon Sep 17 00:00:00 2001 From: Zed Date: Sun, 12 Jul 2026 22:31:00 +0200 Subject: [PATCH] =?UTF-8?q?Retire=20l'option=20plein=20=C3=A9cran=20(displ?= =?UTF-8?q?ay=5Foverride)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Annule display_override ["fullscreen","standalone"] : retour au mode standalone (barres système fondues via theme-color). Co-Authored-By: Claude Opus 4.8 --- vite.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index cfdc522..08480ed 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -18,9 +18,6 @@ export default defineConfig({ start_url: "/", scope: "/", display: "standalone", - // Vrai plein écran sur Android (barre de statut masquée) là où c'est - // supporté ; repli en standalone (iOS, navigateurs sans fullscreen). - display_override: ["fullscreen", "standalone"], orientation: "portrait", theme_color: "#0b1120", background_color: "#0b1120",