Reputation: 1145
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
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