ng2-dragula
ng2-dragula copied to clipboard
Inhance Performance and Better Drag And Drop Managing
REQUIRED: Before filing a usage question
Change each [ ]
to [x]
when you have done it.
- [x ] My issue title starts with
[usage question]
- [x ] I have read the README, especially the 'classic blunders' section
- [x ] I have looked at the demos to see if my use case has obvious examples.
- [x ] I have searched the
ng2-dragula
issues, including closed issues. - [x ] I have browsed the issues labeled "future reference" for problems that have been solved before.
Use case description (required) Im trying to build Drag and Drop with Performance like android launcher
Can you show a demo, or a picture of what you want to achieve? Every android launcher
Additional context Here is my problems tile now : 1- drag and drop is not fixed in position of grid list ( when i try to drop the item it's at list a few pixels outside of drop zone in my case i have a column of 4 items in each list and when i drag to the last item on the list(edge of phone) i cant drop the item there it will drop on the 3rd element) 2- i wait for user long press to trigger the drag element but in longPress i need to reTouch to be able to drag the element is there a way to auto select Elements so i can handle this programmaticly ?