/    Sign up×
Community /Pin to ProfileBookmark

PWA – Is App Installed (Windows – Desktop)

I’m hoping someone here has experience with PWAs.

“start_url”: “/”,
“scope”: “/”,
“display”: “standalone”,
“background_color”: “#000”,
“theme_color”: “#00FBFF”,
“orientation”: “portrait-primary”,
 “related_applications”: [{
   “platform”: “webapp”,
   “url”: “https://www.mysite.org/manifest.json”
 }],

I’m trying to check if my webapp has been installed before prompting a user to install it. Below is my JS code and above is my manifest data which is required? 

My console log is an empty array. Any ideas?

https://web.dev/articles/get-installed-related-apps

const relatedApps = navigator.getInstalledRelatedApps();
console.log(relatedApps)

to post a comment
HTMLiOSJavaScriptMobile

0Be the first to comment 😎

×

Success!

Help @kiwis spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...