-
Notifications
You must be signed in to change notification settings - Fork 109
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
How to drag and drop on mobile ? #50
Comments
I cant remember a problem with drag and drop on mobile devices. I tested it with different andoroid devices and an ipad air. Could you give an example? |
On mobile i can't drag or drop var containerLeft = document.querySelector('#containerLeft'), function accepts(el, target, source) { dragularService([containerLeft], { dragularService([containerRight], { $scope.$on('dragulardrag', function(e, el) { And this is HTML Drag in here
|
At first, please don't post your code again like this. It is nearly unreadable without spaces/tabs ;) Your use of the dragula Service looks very interesting ^^. I think you don´t use angular-dragula correctly. Is the drag and drop working correctly on your workstation?
Maybe just have a look at the demo page there are hints how to use it. If it isn´t working then please create a plunkr and then i can have a look into it ;) |
OK thanks your support |
Please ask on Slack. https://dragula-slackin.herokuapp.com/ |
Thanks for your library it very good, but now i need it can drag and drop on mobile, can you support it ?
The text was updated successfully, but these errors were encountered: