nygardk / react-share

Social media share buttons and share counts for React
MIT License
2.6k stars 429 forks source link

EmailShareButton not working on safari web browser #506

Open mritunjoy-mahanta opened 9 months ago

mritunjoy-mahanta commented 9 months ago

it's working on phone safari browser but not in the web browser

tinnakaren commented 9 months ago

Just out of curiosity, do you have an onClick handler on the EmailShareButton?

The EmailShareButton wasn't working for me either, not until I removed the onClick handler.

AnshuBansal6 commented 4 months ago

Check for the popup blocker in safari browser. Thats what we are facing now