What if I use a wrong url or something goes wrong while trying to show the pdf? #145
Unanswered
PavlosMavris
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
-
Currently I'm using the component like this
binding.pdfView.initWithUrl( url = url, lifecycleCoroutineScope = lifecycleScope, lifecycle = lifecycle )
Is there any way to have a callback or something in case the url didn't work, or if the pdf file is too long and takes time to load, is there an option to know when it is loaded so I can use something like a progress bar and when it is loaded I can hide it?
Beta Was this translation helpful? Give feedback.
All reactions