WebView Copy / Paste Key Strokes
-
Hey all! We're trying to figure out why copy / paste keystrokes don't seem to register with the WebView component input fields. Is this something that needs to be added in HISE script?
-
@Casey-Kolb might be a security thing, is this on windows or macOS?
-
@Christoph-Hart This is on MacOS. Haven't tested on Windows.
-
@Christoph-Hart It looks like you already have this flag set in Choc, so it must be related to something else.
Even after setting
grabFocus()
it doesn't seem to register modifier keystrokes like Cmd-A, Cmd-C, Cmd-V, etc