-
Notifications
You must be signed in to change notification settings - Fork 101
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
Demo does not work with IE #4
Comments
Hi @ChaStPierre, to be honest, I haven't tested it in IE yet. Let me see what I can do. |
That would be great! Thanks for the quick follow-up. |
@jofftiquez any luck testing this out? A quick way to test it out if you don't have IE is to use https://www.browserling.com/ try out the demo page using Chrome and then try it out using IE. You will see that it doesn't work. I think the issue is with Vue.use. The browser does not recognize the plugin. |
Quick update. Also tested with firefox which also can’t print. |
@ChaStPierre sorry I've been busy lately. I will give time for this, during the weekends. |
@jofftiquez any chance we see any movement on this soon? This is really needs to be addressed. |
Im not sure if it's ok with you but you can now use the latest Microsoft edge built on chrome opensource. I don't think we need to support IE anymore in the near future. Let me know. |
Unfortunately our organization current standard is IE 10. Our reality is also the same for a number of large organizations like ours which have a high dependancy on windows and number of legacy applications. Hope you have sometime to look into this. Thanks |
@ChaStPierre I understand. Thanks for the feedback. I will look into it soon. |
The demo does not seem to work with internet explorer 10 & 11. I've implemented in my own code (single page) but IE does not recognize the plugin via the Vue.use which seem to be the same issue.
Should the plugin work with IE? Why is the plugin not found?
Thanks in advance.
The text was updated successfully, but these errors were encountered: