Skip to content

theme_color not setting proper status bar color on Android #342

@Jonarod

Description

@Jonarod

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions