Ask HN: Copy texts to clipboard via pure javascript?

4 points by coodoo ↗ HN
It's 2013, is there a way to Copy texts to clipboard via pure javascript ? meaning without flash, targeting iOS devices, thanks.

4 comments

[ 3.1 ms ] story [ 22.8 ms ] thread
It would be a huge security issue if this was possible. Imagine every site spamming whatever they wanted into your clipboard.
No its not possible, you have to use a flash plugin to do something like this. Check out ZeroClipboard, it works great for my projects
Thanks for all the comments, I'm well aware of ZeroClipboard and various flash-related tricks and the html5 API, but seems none of them are really viable solution when targeting iOS (mobile safari).