From b4914408720eec218efcada160435950fd222c27 Mon Sep 17 00:00:00 2001 From: Alexander Harding Date: Tue, 10 Dec 2024 00:01:06 -0600 Subject: [PATCH] fix: status bar not transparent in light mode on Android --- capacitor.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/capacitor.config.ts b/capacitor.config.ts index dd81d6d582..efc2e8877d 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -15,6 +15,10 @@ const config: CapacitorConfig = { }, SplashScreen: { launchShowDuration: 3_000, + + // Important: Without this, the status bar color is grey in light mode + // https://github.com/ionic-team/capacitor-plugins/issues/1160 + launchFadeOutDuration: 0, }, CapacitorHttp: { // Global shim is reverted in nativeFetch.ts