Retire l'option plein écran (display_override)
Build and Publish Docker Image / build-and-push-image (push) Successful in 12s

Annule display_override ["fullscreen","standalone"] : retour au mode
standalone (barres système fondues via theme-color).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Zed
2026-07-12 22:31:00 +02:00
parent 4e5d1f5921
commit dacb5b49cb
-3
View File
@@ -18,9 +18,6 @@ export default defineConfig({
start_url: "/", start_url: "/",
scope: "/", scope: "/",
display: "standalone", 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", orientation: "portrait",
theme_color: "#0b1120", theme_color: "#0b1120",
background_color: "#0b1120", background_color: "#0b1120",