user1744147
user1744147

Reputation: 1145

Detect if Windows 10 UAP app installed from web page

A web page in any web browser can invoke Windows 10 UAP via a protocol link.

Is there way to detect in the web page itself in a web browser if specific Windows 10 app is already installed?

Upvotes: 0

Views: 573

Answers (1)

RedMasterSK
RedMasterSK

Reputation: 21

No, unfortunately, you can't do that using javascript. That wouldn't be anything good for security.

However, you can check if MIME type is supported, but it has to be installed in a browser.

Refer to https://stackoverflow.com/a/34044915/3000331

Upvotes: 1

Related Questions