performExternalDragDropOfFiles() on iOS

Currently the implementation of performExternalDragDropOfFiles() is blank on iOS.

Has anyone found a way to make it work and drag files from an app/plugin?

Any ideas? Has anyone been able to implement that functionality?

There’s no support for this directly in JUCE at the moment, but drag and drop was discussed here quite recently:

Thank you @reuk.
I have used the information in that thread already to implement Drag and Drop of files into a Component, and it works really well on iOS.

However, that isn’t solving the use case of dragging files from a Component into the outside world. I’ll respond in that thread too.

1 Like