Drag and drop from WebView into DAW

Hi,

I am new to JUCE and trying to create a plugin that allows me to drag an audio file from WebView to DAW.

I am using Webview example from Projucer. I added mouseDown callback but it never get called (my guess is webview probably intercepts those?).

I was thinking to bridge mouse events from JS to C++ but looks like they require MouseInputSource and I am not sure if and how I can get it to pass.

Is it possible to somehow achieve this with webview?

2 Likes