I'm not finding the configuration to install my PWA
-
Hi everybody
I compile my first PWA and works well in my mobile, but I don’t find the way to install my PWA like an APP in my phone.
I suppose it should be configure in the quasar.config.js but I didn’t find information about itRegards and thanks
-
on Apple Ios you have to install it with share , and then add to home screen. For web and android you have to listen to (installable) events.
Here’s an example:
https://github.com/Bartozzz/vue-pwa-install -
@dobbel Thanks for your help I will implement it.
Regards