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

Email share button open in the current window by default

Open baptistecs opened this issue 4 years ago • 2 comments

All other share buttons are opening a pop-up window but not the Email one.

I have to do this in order to make it work properly: openShareDialogOnClick={true} onClick={e => e.preventDefault()}

baptistecs avatar Sep 22 '20 10:09 baptistecs

Thanks for this solution!

jkatofsky avatar Nov 02 '20 19:11 jkatofsky

I got a react warning and had to write like this instead opensharedialogonclick="true"

AnnieTaylorCHEN avatar Jan 16 '21 12:01 AnnieTaylorCHEN