yairtawil / ng-drag-drop-list

Demo
https://yairtawil.github.io/ng-drag-drop-list/
17 stars 3 forks source link

Lack of mobile support #16

Open marcio133 opened 3 years ago

marcio133 commented 3 years ago

Mobile support

The lib doest have mobile support, which makes it a little limited.

The directive only have listeners to mouse events, so adding listeners to touch events should solve the problem.

dannygoncalves commented 3 years ago

Agree, I have used the library which works fine for a project (angular CDK drag and drop doesn't play well with material tabs) but then hit this dead end on mobile.