Android Chrome install banner a second time

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

Answers (2)

Lukasz Wiktor
Lukasz Wiktor

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

chrome flag bypass user engagement checks

Upvotes: 1

tony19
tony19

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.

enter image description here

Upvotes: 2

Related Questions