You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Nuxt 3.16 and Vite PWA plugin. I'm using SPA and I can't found anything related to change the theme_color to match with the theme from NUxtUI
The text was updated successfully, but these errors were encountered:
If you have a ui theme just pick the color and use manifest: { theme_color: '<your-theme-color>'} in the pwa options.
If the issue is about changing the theme at runtime, you cannot change it in the pwa manifest since it will require to change the pwa manifest when the theme changes and reload the page, and will take some time the user agent (the browser) to change/refresh it: check https://web.dev/articles/manifest-updates
If you have a set of themes you can generate 1 pwa manifest per theme color and swicth the pwa manifest in the head, check:
I'm using Nuxt 3.16 and Vite PWA plugin. I'm using SPA and I can't found anything related to change the theme_color to match with the theme from NUxtUI
The text was updated successfully, but these errors were encountered: