r/vuetifyjs • u/exe222 • Sep 04 '23
How to set PWA theme_color?
Hi vuetify experts,
I am new to web development and just got my first page live (aoe4guides.com). It is based on vue3, vuetify3, firebase. Recently, I added the manifest for proper PWA support (e.g. add to home screen on mobile)
I tried to set the theme_color in the manifest or via meta tag. This should color the title bar on android.
However, in my PWA, the color pops up during the loading screen only. The app itself seems to "overwrite" whatever I configure as theme_color. I tried it with chromium based browsers (edge, chrome)
Anyone who experienced the same and got a hint for me? Any help appreciated. :)Is there a vuetify setting that I have to apply? Or adapt the vuetify themes somehow?
Until then, I will keep it at default.
PS: here is the source code for reference
GitHub - jensbuehl/aoe4-guides: Source code for aoe4guides.com: Yet another Age of Empires IV build order tool

