I have a WordPress website and I am transforming this website to a PWA with the help of a plugin.
The PWA is working as expected: notifications, working without internet …
I have also followed this tutorial completely:
https://css-tricks.com/how-to-get-a-progressive-web-app-into-the-google-play-store/
At the end, I have an Android launcher.
The new app is doing this:
- If the browser is not set by default, it will ask the user to choose a browser.
- I have an URL bar at the top of the app.
- The app is not working without internet.
How can I fix all those points?