diff --git a/assets/images/safari.png b/assets/images/safari.png index 30514a4..58f91b6 100644 Binary files a/assets/images/safari.png and b/assets/images/safari.png differ diff --git a/index.html b/index.html index 75956c8..71b9a2d 100644 --- a/index.html +++ b/index.html @@ -200,15 +200,15 @@ clipboard.destroy();
Safari ✘
+Safari 10
Although copy/cut operations with execCommand aren't supported on Safari yet (including mobile), it gracefully degrades because Selection is supported.
+Although copy/cut operations with execCommand aren't supported on Safari < 10 or Safari Mobile on iOS < 10, it gracefully degrades because Selection is supported.
That means you can show a tooltip saying Copied!
when success
event is called and Press Ctrl+C to copy
when error
event is called because the text is already selected.
For a live demonstration, open this site on Safari.
+For a live demonstration, open this site on Safari < 10 or Safari Mobile on iOS < 10.