feathersui-starling icon indicating copy to clipboard operation
feathersui-starling copied to clipboard

DragDropManager: Add support for multiple startDrag

Open subdan opened this issue 7 years ago • 3 comments

Hello, Josh. I want to use DragDropManager to drag multiple objects at the same time. Could you add support for this?

subdan avatar Aug 02 '18 14:08 subdan

I'm guessing that it would be tricky to drag multiple objects at the same time. I don't think that this is something that I can implement any time soon.

joshtynjala avatar Aug 02 '18 15:08 joshtynjala

I tried to do it by myself. I’ve removed all “static” words from DragDropManager. Next, I’ve created an instance of DragDropManager in my app whenever a user start drag. And it works well. I test this on real device. Now, I can drag&drop multiple objects at the same time.

What do you think about this?

subdan avatar Aug 02 '18 16:08 subdan

That seems like a reasonable workaround to me!

joshtynjala avatar Aug 02 '18 16:08 joshtynjala