getInstalledRelatedApps()
The getInstalledRelatedApps
API is a new web platform API that allows your website to check to see
if your app is installed on the users device.
This demo checks if this PWA has been installed on Android. Only when it is installed will you see it listed below.
Try installing this PWA
to see how getInstalledRelatedApps
works when the
expected app is installed.
Installed Apps: waiting
Check out the source for this sample, or remix it on Glitch.