PWA install button now showing.
-
Hello everyone.
I am trying to run my quasar application on PWA mode. I’ve implemented the configuration as in the configuration page.
But the installation button does not appear on my browser. I have no idea what I could have missed.
The application compiles and open in my browser normally, it just does not appear the installation option.
I am running with “quasar dev -m pwa”
The installation button appears on Google Chrome for other PWA webapps such as quasar documentation and Soundslice.This is my pwa config.
Thank you! -
That’s just the configuration of quasar’s workbox properties. The install button( and listening to the install event) won’t magically appear in your Quasar app. You’ll have to code it.
Here’s a package that you could use: