mycurelabs / vue-html-to-paper

Vue mixin for paper printing html elements.
MIT License
298 stars 101 forks source link

Demo does not work with IE #4

Open ChaStPierre opened 5 years ago

ChaStPierre commented 5 years ago

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.

jofftiquez commented 5 years ago

Hi @ChaStPierre, to be honest, I haven't tested it in IE yet. Let me see what I can do.

ChaStPierre commented 5 years ago

That would be great! Thanks for the quick follow-up.

ChaStPierre commented 5 years ago

@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. Thanks

ChaStPierre commented 5 years ago

Quick update. Also tested with firefox which also can’t print.

jofftiquez commented 5 years ago

@ChaStPierre sorry I've been busy lately. I will give time for this, during the weekends.

ChaStPierre commented 5 years ago

@jofftiquez any chance we see any movement on this soon? This is really needs to be addressed. Thanks

jofftiquez commented 5 years ago

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.

ChaStPierre commented 5 years ago

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

jofftiquez commented 5 years ago

@ChaStPierre I understand. Thanks for the feedback. I will look into it soon.