Closed spstratis closed 8 years ago
That's definitely one of top-priority items still to be done. I'm going to need the same kind of functionality for my own app.
Implementing this should be possible with UIWebViewDelegate#webViewDidFinishLoad
on iOS, and AndroidPdfViewer#onLoad
on Android.
I'll try to do work on it sometime this week.
Just curious if there is a way to know when the PDF displaying in the component is done loading or is displaying on the screen programmatically? Main purpose for me asking this is so that I can display a loading spinner while the PDF url loads. Thanks!