Skip to content

Commit

Permalink
fix: status bar not transparent in light mode on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Dec 10, 2024
1 parent 2b464e4 commit b491440
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 b491440

Please sign in to comment.