Prompt shows on browsers that don't support PWA installation (e.g. ARC)
Closed this issue · 1 comments
hccullen commented
In truth, this may be a browser issue rather than a library issue, but posting here more for the sake of the conversation/awareness.
Arc browser, for example, does not support PWAs, but the install prompt is still shown. The APIs still have the relevant APIs, it just doesn't do anything with them.
https://resources.arc.net/hc/en-us/articles/25678978728983-Does-Arc-for-Desktop-Support-Progressive-Web-Apps
One test I found for installability support (typeof window.onbeforeinstallprompt == 'object'
) returns true
.
The only other solution I can think of is manual user agent checking, which seems unpleasant.
Likely this is a won't fix