I tried to convert my Angular responsive web app to an Android app (PWA). To do this I followed this tutorials:
- https://medium.com/poka-techblog/turn-your-angular-app-into-a-pwa-in-4-easy-steps-543510a9b626
- https://css-tricks.com/how-to-get-a-progressive-web-app-into-the-google-play-store/
When I launch the app the following message appears:
please install chrome dev/canary
After installing chrome dev, it works but I would like to run it as a native app without chrome dev.
What am I missing ?