Skip to content

Commit

Permalink
fix: status bar not transparent in light mode on android (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Dec 10, 2024
1 parent 2b464e4 commit 43dc61e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43dc61e

Please sign in to comment.