AddressbarColor Plugin meant to work properly in dev build?
-
Hi guys, just wondering if it is meant to work properly in the dev build. I followed the documentation listed here: https://quasar-framework.org/components/addressbar-color.html
However, if I just have the addressbar-color.js file, nothing ever shows up. But if I set the color in a .vue file, I can get the addressbar-color but when I refresh it, it’s gone.
I am testing it via the Chrome browser on Android 8.1 using my local IP address since the dev build is being run on my desktop
-
Yes, this should work in the dev build. When you refresh it? Do you mean reload the page?
-
Or did you forget to add “addressbar-color” to the list of your custom plugins?
http://quasar-framework.org/guide/app-plugins.html -
@nothingismagick Yeah, when I reloaded the page, it gets back to normal. And I need to set it in a vue component so I don’t think that’s how it is meant to work. I do have AddressbarColor under plugins, which is under framework in the quasar config file. Also have the addressbar-color.js so I’m not sure what I’m missing