is it possible to detect all pages load success #1625
Unanswered
jiangxiaoqiang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the react pdf to show the pdf files, now I want to restore the previous pdf position when load the pdf success, this is the code look like with typescript:
the load success code implement:
then goto the previous stored page location like this:
but I could not get the
styles.pdfPage
element, seems it not ready. why did this happen? is it possible to capture the all pages ready event?Beta Was this translation helpful? Give feedback.
All reactions