Reputation: 53
I followed the beginner article for building Ionic PWAs: https://www.joshmorony.com/the-bare-necessities-progressive-web-apps-in-ionic/
At what point should I see the "add to homescreen" option? I hosted the contents of the www folder on a development server with an SSL connection and domain name. The app works great, but I don't get presented with the homescreen option.
When setting the option for "display":"fullscreen" in the manifest.json, shouldn't the browser address bar disappear when accessing the web url of the hosted application?
Thank you in advance!
Upvotes: 1
Views: 3588
Reputation: 676
Okay, I got this working.
Test te app in browser first: https://developers.google.com/web/fundamentals/app-install-banners/
Let me know how that goes!
Upvotes: 3