Ngx-extended-pdf-viewer: Does it work on Internet Explorer 11?

Created on 3 Apr 2019  路  5Comments  路  Source: stephanrauh/ngx-extended-pdf-viewer

I know it is an ugly and problematic browser, but we have a requirement to show PDFs in all browsers. I check the library and works smoothly in Edge, Firefox and Chrome. But not load in Internet Explorer and in the developers' tools show a JS error.

image

Solved documentation

All 5 comments

100% agreed on IE11. But wait until you see IE 9, 8 and 7... :)

We're using an older version of ngx-extended-pdf-viewer with IE11. It cost me a lot of time to support it. I can't promise it, but I believe the current version still supports IE11.

Before I start investigating, I'd like to ask you if you've activated the polyfills? If you've generated the project with the Angular CLI 7.3, that's automatically the case, but if you've created the project with an older version, you have to edit the polyfill.js file. The error message looks like a missing polyfill.

oh, that's sounds the case... let me test it tomorrow and I`ll come back to you with more information. Thank you for your support.

You were right. I activated the polyfills and it's working now

image

Thank you again.

That's great news! I've included a polyfills section to the README file.

I've published the new documentation with version 0.9.18.

Was this page helpful?
0 / 5 - 0 ratings