Closed
Description
Version
3.0.0-beta.6
Reproduction link
https://github.com/wahidrahim/vue-theme_color-bug
Steps to reproduce
- create a vue app with PWA support
- run dev server
- visit the app with a mobile device, the navbar color is: #4DBA87
- change the "theme_color" attribute in
manifest.json
to "#FF0000" for example - visit the app with a mobile device, the navbar color is still: #4DBA87
using vue-cli 3.0.0-beta.9
What is expected?
<meta name="theme-color" content="#4DBA87">
should change to
<meta name="theme-color" content="#FF0000">
What is actually happening?
<meta name="theme-color" content="#4DBA87">
remains the same
If you add <meta name="theme-color" content="#008996">
to the public/index.html
then the change takes place.
However, looking at the source in the browser, the injected meta tags are still there: <meta name="theme-color" content="#4DBA87">
and others.
Where are these coming from, and how do you change it?
There is a thread in the forums about this as well: https://forum.vuejs.org/t/vue-cli-3-where-i-change-theme-color-for-address-bar/29951/6
Metadata
Metadata
Assignees
Labels
No labels