Is it possible to install a PWA in dev mode on my smartphone in using the default install banner ?
I don’t know which requirements I am missing…
- manifest : default (I suppose it is ok, thanks for generating default fields short_name, icons and start_url fields)
- https ok (from the quasar.conf.js)
- default service worker (I suppose it is ok as well)
- using “quasar dev -m pwa” and visiting several times “https://192.168…:8080” with at least 5 mn of waiting between two visites : ok -> should I use the port 80/443 ?
Regards