Skip to content
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

Drag drop not supported in all browsers #8

Closed
Vinutha-BK opened this issue Jan 31, 2017 · 4 comments
Closed

Drag drop not supported in all browsers #8

Vinutha-BK opened this issue Jan 31, 2017 · 4 comments
Assignees
Labels
Milestone

Comments

@Vinutha-BK
Copy link

Currently I have implemented DnD by importing 'Ng2DragDropModule', its working fine in chrome and mozilla.
But not supported in safari and ms edge browser.
Please guide where we have to change to support all browsers.

@ObaidUrRehman ObaidUrRehman self-assigned this Jan 31, 2017
@ObaidUrRehman
Copy link
Owner

ObaidUrRehman commented Jan 31, 2017

@Vinutha-BK can you please let me know which version of Safari is causing issues. I have checked it against Safari v9.1.2 and it is working fine. There seems to be issues with Edge browser that I am looking into.

Here is a link to working Plunkr: http://plnkr.co/edit/2bjGgzWnbFrciEiCKLew?p=preview

@Vinutha-BK
Copy link
Author

@ObaidUrRehman Thank you for the quick response.I was checking with Safari v5.1.7 which is the latest version for windows 8 and its not working. Kindly suggest to resolve the issue in Edge browser.

@ObaidUrRehman ObaidUrRehman added this to the V1 milestone Feb 9, 2017
@ersurajnegi
Copy link

DnD not working for EDGe browser

@ObaidUrRehman
Copy link
Owner

Will fix the issue in edge. Its because of using non-standard content-type in dataTransfer.setData(). Edge only accepts text or json.

@Vinutha-BK the Safari for windows is very old, apple dropped support for it ages ago.

ObaidUrRehman added a commit that referenced this issue Feb 22, 2017
Added support for Edge browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants