angular-draggable
angular-draggable copied to clipboard
Not working on IE
I have tested the demo on IE 11 , it is not working. Chrome works like a charm.
Thanks for letting me know about this. So, currently this directive is not a proper angular2 module, I am planning to covert it into proper module first. I will try to cover this issue in between. If you have any idea why it is not working please share that would be really helpful.
The strange thing is that for me its not working in IE11 either but only when I try it from a 'real' build. When I try it with the angular-cli and 'ng serve' it works in IE11.
I really dont understand why..
@ewolution94 the demo is not updated yet with the newer version of angular and this package, may be this is the issue. Also, I haven't able to test it on IE11.
@sharpCompiler and @ewolution94 do you guys know how to test it on Mac for IE11 any guidance regarding that would be great help.
Thanks.
I witten a new one the works with all browsers.
Den 30 mars 2017 14:16 skrev "ewolution94" [email protected]:
The strange thing is that for me its not working in IE11 either but only when I try it from a 'real' build. When I try it with the angular-cli and 'ng serve' it works in IE11.
I really dont understand why..
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CoderAjay/ng2Draggable/issues/10#issuecomment-290393184, or mute the thread https://github.com/notifications/unsubscribe-auth/ADhkmPyazXttDW0q6ynd_WsrjVOkQXxbks5rq50xgaJpZM4MkbwP .
@sharpCompiler Could you share it please? :)
@sharpCompiler Can you please share with us ?
I will make a project real soon.
Den 15 apr. 2017 18:06 skrev "Ali Al-Obaji" [email protected]:
@sharpCompiler https://github.com/sharpCompiler Can you please share with us ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CoderAjay/angular-draggable/issues/10#issuecomment-294302312, or mute the thread https://github.com/notifications/unsubscribe-auth/ADhkmMPxy9YTLIR9gv9ezr2-8k22LLbjks5rwOsDgaJpZM4MkbwP .
@argc79 just made it work for all modern browsers. https://github.com/AliObaji/classHistory/tree/master/src/app/directives
@AliObaji @argc79 @CoderAjay @ewolution94
This I just made it public https://github.com/sharpCompiler/dragon
This is the first check it but I will refactor it during the time. There is an example in it as well.
Best regards.
it is not working with Mozilla @sharpCompiler