pwa-module icon indicating copy to clipboard operation
pwa-module copied to clipboard

theme_color not setting proper status bar color on Android

Open Jonarod opened this issue 4 years ago • 4 comments

nuxt.config.js:

  pwa:{
    meta:{
      background_color: "#ffffff",
      // ...
    },
    manifest: {
      // ...
      display: 'standalone',
      theme_color: "#ffffff",
   }
}
  • on classic browsing experience: ok
  • after "add to homescreen": status bar is black on Android

Jonarod avatar Sep 08 '20 00:09 Jonarod

Are you using the Dark Theme on Android? If that's the case I'm afraid the dark status bar is the intended behavior at the time of writing for installed PWAs. Nothing you can do about it. Check if with Android set on the Light Theme the status bar changes colors.

More information here: https://bugs.chromium.org/p/chromium/issues/detail?id=980790

maybebot avatar Sep 10 '20 05:09 maybebot

Do you confirm that disabling dark mode solves the issue? @Jonarod

farnabaz avatar Mar 04 '21 17:03 farnabaz

It's not a dark mode issue no.

gabeaigner avatar Feb 23 '23 10:02 gabeaigner

I have same issue as well. Status bar color won't change when PWA is installed

joshike-code avatar Sep 12 '23 16:09 joshike-code