I can set the clipboard using NW.js for win/mac/linux but not work in browsers.
Is there any way to set the clipboard on HTML5 ?
I want that when a button is clicked set the clipboard from elements i want like:
Browser.URL&"/?shadercode="&ShaderCode.Text
That give:
http:// websomething/?shadercode=4|2|3|1.25|0.25|1.5|0.75|1.2|1.2|-1.2|1.6|0.25|1.25|16|0.5|0.5|1.5|1.5|1|1|3|6|1.5|4|0|3
With that you can share your creation inside a browser.
I thought the plugin Browser had this option but not :S .