Pete LePage
Pete LePage
Several folks have [reported](https://github.com/googlecodelabs/your-first-pwapp/issues/186) issues cloning this repo into Glitch. The Glitch team has investigated and [found a bug on their side](https://support.glitch.com/t/unable-to-create-new-project-by-cloning-repository/13324/5) that seems to affect only this repo. If...
https://developer.chrome.com/blog/app-install-banners-native/ * Broken links * Remove user engagement heuristic * (verify correct behavior) clicking install goes to play and requires install from there vs install direct from PWA Sample app...
One way to determine if your own web app is installed would be to include itself when the web app calls `navigator.getInstalledRelatedApps()`. For example: `[{id: "self", platform: "web", url: "https://example.com/"}]`
A PWA can check if a native app is installed, and potentially a native app can check if a PWA is installed (if it knows the `id`). Therefore a site...