Reputation: 13
I have this progressive web app working even with install banner, offline cache and push notifications.
Problem comes when you install it once, use it and remove it's shortcut from home screen.
How could I check if it is still working? Or how can I make it prompt again?
Is there a way to reset chrome on Android to ask for it again? "Clear & Reset" doesn't make it..
Thanks in advance.
Upvotes: 1
Views: 366
Reputation: 20422
Another way to make the app install banner appear again is to enable a chrome flag:
chrome://flags/#bypass-app-banner-engagement-checks
Upvotes: 1
Reputation: 138656
In Chrome 54 DevTools, the Application > Manifest tab has an Add to homescreen link that you could click to open the install banner on your connected device.
Upvotes: 2