share-api-polyfill icon indicating copy to clipboard operation
share-api-polyfill copied to clipboard

Browser support?

Open ganlanyuan opened this issue 2 years ago • 1 comments

Which browser does it support? Seems it doesn't work on IE 11-, Chrome 40-. How can I make it work for these browsers?

ganlanyuan avatar Apr 04 '22 16:04 ganlanyuan

It works on Linux chrome and Firefox for me

syonfox avatar Jun 13 '22 07:06 syonfox

Which browser does it support? Seems it doesn't work on IE 11-, Chrome 40-. How can I make it work for these browsers?

Hello, ganlanyuan!

This Polyfill relies on the navigator.share() method of the Web Share API. CanIUse has a table of the browsers which support it: https://caniuse.com/?search=navigator.share.

It seems a bit outdated since this Polyfill certainly works out of the box with current versions of Firefox, but I hope this is enough to give you a rough idea.

rsip22 avatar Oct 01 '22 03:10 rsip22