Skip to content

Do WebViews support Web Share API Level 2? #3213

Discussion options

You must be logged in to vote

The answer is, it depends on the OS

On Android WebView, navigator.share is not implemented, so there is no Web Share API, not even level 1. See https://bugs.chromium.org/p/chromium/issues/detail?id=765923.

On iOS 11-13, navigator.share is available, but not navigator.canShare. On iOS 14 (first beta) navigator.canShare is implemented and works (with a few issues).

So, only iOS 14 has Web Share API Level 2 implemented on the WebView

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcesarmobile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant