You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [X] Bug report -> please search issues before submitting
- [ ] Feature request
- [ ] Documentation issue or request
Hi there, i'm trying to keep track of the new page number after using in-document links with the following configuration:
Clicking a link in the pdf document jumps to the correct page, but does not emit a (pageChange) event and doesn't seem to update the [(page)] either.
(page-rendered) emits events only on initial page render, but not if a page is revisited.
Would you be able to extend the (pageChange) event emitter to capture link clicks?
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Hi there, i'm trying to keep track of the new page number after using in-document links with the following configuration:
[src]="pdfSource" [(page)]="currentPage" (after-load-complete)="pdfLoaded($event)" (pageChange)="pdfPageChange($event)" [show-all]="false" [render-text]="true" [original-size]="false" [fit-to-page]="true"
Clicking a link in the pdf document jumps to the correct page, but does not emit a (pageChange) event and doesn't seem to update the [(page)] either.
(page-rendered) emits events only on initial page render, but not if a page is revisited.
Would you be able to extend the (pageChange) event emitter to capture link clicks?
The text was updated successfully, but these errors were encountered: