I need to put some text into clipboard in my WEB APPLICATION (IN BROWSER, NOT A PC)
I searched on the forum for a bit and found plugin which allows you to read text from clipboard but not write it there.
The nodeWebkit plugin can do that.
Doesn't work for me
.capx
Hi vladoss I thought the nodeWebkit plugin was supposed to do handle that too.
Develop games in your browser. Powerful, performant & highly capable.
Look at my previous post
It only works if you preview or export with node-webkit.
It doesn't work in a preview!
Then, if it works only in Node-Webkit export, why you advice me that? I pointed out that I need it to work in HTML5 application (in BROWSER)
It works in node webkit preview. That said you can't really set the clipboard from just the browser and JavaScript as it's considered a security risk.
A google search on the subject yielded this:
http://stackoverflow.com/questions/4002 ... javascript
It looks to be a ugly task to do.