Skip to content

Commit

Permalink
Merge pull request #45 from shvaikalesh/patch-1
Browse files Browse the repository at this point in the history
Add note on Safari 10 support
  • Loading branch information
sudodoki authored Sep 9, 2016
2 parents 7f3001c + 5028e5c commit 3e06d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ copy('Text', {

# [Browser support](http://caniuse.com/#feat=document-execcommand)

Works everywhere where `prompt`* is available. Works best (i.e. without additional keystrokes) in Chrome, FF and, supposedly, IE/Edge.
Works everywhere where `prompt`* is available. Works best (i.e. without additional keystrokes) in Chrome, FF, Safari 10+, and, supposedly, IE/Edge.

Note: **does not work on some older iOS devices.**
`*` – even though **Safari 8** has `prompt`, you cannot specify prefilled content for prompt modal – thus it **doesn't work** as expected.
Expand Down

0 comments on commit 3e06d9c

Please sign in to comment.