With previous EO.WebControl versions (and previous Chrome versions) Javascript based clipboard paste calls would work. Now they do not work, and not sure how we can force them to work in EO.WebControl. Can you tell us how?
Here is an example URL and Javascript snippet that you can load and run in EO.WebControl:
https://jsfiddle.net/ow1m6wta/If you type some text in the TextArea, and then select/highlight it with your mouse, then you can click the copy button, and then click paste button it should paste the contents from your clipboard. But the paste doesn't work anymore. It worked in previous EO versions.
I believe Chrome recently included this as a security feature so Javascript can't snoop on your system's clipboard contents. Is there a way to disable this in EO.WebControl?
We have tried this:
options.AllowJavaScriptAccessClipboard = true;
...but still doesn't work. You can load the jsfiddle sample above in IE and it will ask for permissions to access clipboard, but nothing like that happens in Chrome or EO. How can we get this to work?
Your help is appreciated.