Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DragDropManager: Add support for multiple startDrag #1748

Open
subdan opened this issue Aug 2, 2018 · 3 comments
Open

DragDropManager: Add support for multiple startDrag #1748

subdan opened this issue Aug 2, 2018 · 3 comments

Comments

@subdan
Copy link
Contributor

subdan commented Aug 2, 2018

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

@joshtynjala
Copy link
Member

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.

@subdan
Copy link
Contributor Author

subdan commented Aug 2, 2018

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?

@joshtynjala
Copy link
Member

That seems like a reasonable workaround to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants