-
-
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
Calling this.pdf.pdfViewer.scrollPageIntoView({ pageNumber: 20 }); does not work #394
Comments
Hi, |
Version 5.2
I also tried to add [stick-to-page]="true", but it did not work |
Try binding to the "page" property like this: |
I also tried, but it did not work! |
when loading, console throw an error saying
|
removing [stick-to-page]="true" solve the error above, but in this way, it can not direct to the certain page according to document. |
in issue #244 , I found a workaround that commenting out the did the trick, but console still had the error. |
Sounds a lot like the issue I fixed in my fork https://github.com/AntonioDell/ng2-pdf-viewer/tree/bugfix/horizontal-scroll?files=1 EDIT: |
OK, thank you
|
Bug Report or Feature Request (mark with an
x
)problem as title.
The text was updated successfully, but these errors were encountered: