From 2e41fbc64c90924a744389dce1e629d75668ab32 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Thu, 13 Feb 2025 21:44:08 +0100 Subject: [PATCH] fix(pwa): try another time the fullscreen feature --- public/manifest.json | 2 +- src/app/layout.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index cff6541..e8022f9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "short_name": "StripStream", "description": "Votre bibliothèque numérique pour lire vos BD, mangas et comics préférés", "start_url": "/", - "display": "standalone", + "display": "fullscreen", "orientation": "portrait", "background_color": "#0F172A", "theme_color": "#4F46E5", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 70e088f..9cbfab6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -62,13 +62,15 @@ export default function RootLayout({ children }: { children: React.ReactNode }) + - + +