react-share icon indicating copy to clipboard operation
react-share copied to clipboard

Web Share

Open SaadBazaz opened this issue 3 years ago • 0 comments

Hey there, Thanks for the great library.

Would appreciate if this library could include Web Share API. This would make it in all-in-one library.

Here is a tutorial to make such a button in React. A WebShareButton in this library would be great.

The Web Share API opens the native sharing popup on the respective OS. It is specially good for mobile devices.

Example on iOS:

That way, we could use WebShareButton by default in our apps and fallback to the other buttons e.g. WhatsAppButton etc if the WebShare API is not supported.

Thanks!

SaadBazaz avatar Mar 24 '22 03:03 SaadBazaz