I want to teach the user a different flow if the Web Share Target API is available. Is there a way to detect if it's available?
I want to teach the user a different flow if the Web Share Target API is available. Is there a way to detect if it's available?
navigator.share is not supported in this browser, try sharing from another app instead.
, so presumably yes. Look for the lineif ('share' in navigator) {
in the source. – ceejayoz