Hi,
I’m facing a new WebView drag and drop issue on macOS, regarding text drag and drop from DAWs that support the vst-xml feature.
While dragging an audio clip from the DAW into the plugin, the DAW creates a vst-xml formatted text instance. Dropping the text on a JUCE TextDragAndDropTarget
component works, but doing the same into a WebView doesn’t.
This issue happens only on macOS. It works as expected on Windows. I tested this on Studio One and Cubase, both giving the same results.
I’m suspecting this is a Webkit vs Edge situation. I’m wondering if something could be activated in the native macOS WebView to allow such text drop?
Here is my test project so you can easily reproduce it: