Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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
Develop games in your browser. Powerful, performant & highly capable.
Hi vladoss I thought the nodeWebkit plugin was supposed to do handle that too.
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.