3

I am using the predefined PWA Template from VuetifyJS and i want to change/set the Android Status Bar BackgroundColor that will be used when the PWA is installed on my Android Phone.

Toby
  • 190
  • 1
  • 13

1 Answers1

3

Add this somewhere in your head element with the colour of your choice as the content:

<meta name="theme-color" content="#ffffff">

More info if you need it.

soupjake
  • 3,293
  • 3
  • 17
  • 32