Mobile Touch Support
See original GitHub issueI’m submitting a … (check one with “x”)
[x] bug report => Search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Sorry, we will not be able to answer every support request. Please consider other venues for support requests
Current behavior Not sure if this is a bug or a feature request. The library’s README lists as touch support as one of its features, but this doesn’t actually work. I’ve tried the demos on both an iPhone and Android, and they do not work properly. Specific issues I’m seeing:
- Some of the simpler examples (everything above but not including “Nested Sortable”) allow drag and drop intermittently, but also scroll the page while dragging such that it’s not usable.
- Also on these simpler examples, attempting to drag (whether it works or not) selects text inside of the item being dragged
- On the more complex examples (“Nested Sortable” and below), items to not drag at all
I did see that you had a previous issue filed that was closed, but it seems that maybe it shouldn’t have been?
Expected behavior Given that it’s an advertised feature, I think the feature should work! Otherwise, please remove it from your feature list.
Reproduction of the problem Run the demo page on an iPhone or Android and interact with the examples.
For what it’s worth, I can also repro the problems easily in Chrome’s mobile device simulator.
What is the motivation / use case for changing the behavior? Writing a page that needs to be mobile friendly.
-
ngx-dnd version: 3.2.0, 4.0.0
-
Angular version: 5.2.8
-
Browser: Chrome for Android (latest), Safari for iPhone (latest)
-
Language: TypeScript 2.8
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:5

Top Related StackOverflow Question
Any updates on this?
Any updates on this?