diff --git a/index.html b/index.html index b598741..7000b3c 100644 --- a/index.html +++ b/index.html @@ -203,12 +203,6 @@ clipboard.destroy();

Safari 9.1+

- -

Although copy/cut operations with execCommand aren't supported on Safari yet (including mobile), 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.