Retire l'option plein écran (display_override)
Build and Publish Docker Image / build-and-push-image (push) Successful in 12s
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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user