Or am I going to have to write an app to do that??
views:
37answers:
1
+1
A:
This works in IE only:
window.clipboardData.setData('text',text);
Other than that, i've heard you can use Flash to mess with the clipboard, but I'm not sure why you would want to go to those lengths.
Edit: related question: http://stackoverflow.com/questions/400212/how-to-copy-to-clipboard-in-javascript
Sparafusile
2010-07-28 18:12:10
Yep, flash/as[2/3] interop is the way.
ItzWarty
2010-07-28 18:16:16
he asked for android, and as neither IE nor Flash run on an android device normaly, thats not a good answer.
theomega
2010-07-28 18:16:19
Oops, reading comprehension failure on my part. My answer is "no" to the subject and "yes" to the second question.
Sparafusile
2010-07-29 16:59:53