msiebuhr / charcod.es

Small webpage for finding the odd unicode char code.
https://charcodes.netlify.app/
ISC License
18 stars 3 forks source link

Copy to clipboard button #49

Closed omichelsen closed 8 years ago

omichelsen commented 8 years ago

Here's a quick and dirty "copy to clipboard" button implementation.

Does not seem to work for emojiis though :-/

msiebuhr commented 8 years ago
omichelsen commented 8 years ago

Yeah, this could be a polyfill solution: https://github.com/mathiasbynens/String.fromCodePoint

msiebuhr commented 8 years ago

Imported Mathias' polyfill + changed the code appropriately. Mind taking it for a spin?

msiebuhr commented 8 years ago

Finally, it seems to be missing some kind of feature-detection; the button is doing very little in Safari...