-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Loader is stuck when upgrade to newest version #863
Comments
Possible duplicate of #846. |
@gabayarden could you test if new version 8.0.0 fixes your issue? |
I did a test setting up a new project with node 16, angular ~13 and new ng2-pdf-viewer 8.0.0 and I can confirm it works now. If you have a chance bump the homepage stackblitz's package.json. Thank you for the fix. |
Fixed by version 8.0.0 |
I was having this issue in Angular 12 and 13 with version 7 and 8. Setting style="width: ##px, height: ##px" on the pdf-viewer component fixed the issue for me. Is it required to have the width and height set? |
Yes, since version 7.0.0, container should have width and height set, see https://github.com/VadimDez/ng2-pdf-viewer/releases/tag/7.0.0 |
Bug Report or Feature Request (mark with an
x
)I used version 6.4.0 until now with angular 13.1.0 and everything worked fine.
I now upgraded ng2-pdf-viewer into newest version (7.0.2) and I'm facing an issue that the loader is not stopping to spin.
I tried to use the demo pdf from npmjs but is is happed there as well.
I don't see any error on console, and the "after-load-complete" event is indeed fired but still it looks like it is loading.
SS:


The text was updated successfully, but these errors were encountered: