-
Notifications
You must be signed in to change notification settings - Fork 138
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
Mobile Touch Support #79
Comments
I second this... Motivation - I want to use this within Ionic 3 app. |
For the selection issue you can simply add |
Any updates on this? |
I finally had time to debug through this, and I think I have some workable solutions. I've tested these in desktop Chrome's mobile emulation, and on a real phone. Here's what I've found:
import { polyfill } from 'mobile-drag-drop'; polyfill({
} // workaround to make scroll prevent work in iOS Safari > 10 |
Any updates on this? |
I'm submitting a ... (check one with "x")
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:
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
The text was updated successfully, but these errors were encountered: