What's the best way to refresh the pdf to see changes without losing the viewer position and such? #380
Unanswered
TristanKing0
asked this question in
Q&A
Replies: 1 comment
|
The viewer position is controlled by PdfViewerController.value. So you should get the value and restore it after reloading. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For example if I want to refresh the pdf on a button tap.
All reactions