-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Regression: Version 5.2 Broke (page-rendered) #408
Comments
|
So we will no longer be able to use [show-all]='false' and page-rendered to capture each page of the pdf individually? |
I've just tried in the latest version and it seems to be working. When you set window.addEventListener('pagechange', (e) => console.log(e)); |
That is not how it worked one version ago though. Was there a reason it needed to change? Before |
There were several changes related to how single page is rendered. |
Same issue for For those who would like to test... |
The |
Bug Report or Feature Request (mark with an
x
)The docs state
"Get event when a page is rendered. Called for every page rendered."
This used to be the case but no longer functions that way. Now if you use [page]='pdfPageNumber' to increment the page number this callback is never recalled.
The text was updated successfully, but these errors were encountered: