ng2-pdf-viewer
ng2-pdf-viewer copied to clipboard
[Bug] Page does not work?
Bug Report or Feature Request (mark with an x)
- [ ] 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
When setting page nothing happens? The following should start at page 2 but it starts at page 1 https://stackblitz.com/edit/ng2-pdf-viewer-bk1juc?file=src/app/app.component.html
It never reaches this.getCurrentViewer().scrollPageIntoView({ pageNumber: this._page });.
ngOnChanges is executed 2 times
- this.isVisible is false
- loadPDF is called
It would need to be called a third time to get to the line that actually changes the page?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
??
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.