samizdapp / herakles

slaying the hydra of IP/NAT/DNS/TLS/AppStore
2 stars 1 forks source link

SAM-96 Don't show "Install PWA" message until manifest.json has downloaded #165

Open JoshuaCWebDeveloper opened 1 year ago

JoshuaCWebDeveloper commented 1 year ago

Metadata:

Original Estimate: 
Priority: Medium
Epic: SAM-88 Status Overhaul

Sometimes, it takes awhile for my browser to give me the option (or popup message) of installing the PWA (i.e. it allows me to add a shortcut for my desktop instead of a PWA, but will then show me the notification and PWA install option later).

I believe what is happening is that the manifest.json file is being downloaded via the service worker, which may take awhile if the service worker hasn’t connected yet.

Show the Installing… message until the manifest.json has been fully loaded.