How to run 2 instance on one screen #2884
Unanswered
ZeroRex0126
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I've never seen this error message before - but if you're trying to show two instances of ngx-extended-pdf-viewer on the same screen, you have to wrap at least one of them in an iFrame. That's because pdf.js pollutes the global name space. Current versions have almost stopped the pollution, but there's still work to do, so even version 23 needs to be wrapped in an iFrame. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day,
I'm using version 18.1.15 because I need to use Angular 13. I got the viewer to load, and all is working, but for example, i have a model that pops up with another viewer as a preview, i am getting this
Does anyone know how I can have more than 1 instance running on the same screen?
Beta Was this translation helpful? Give feedback.
All reactions