Merott / nativescript-pdf-view

A basic PDF viewer plugin for NativeScript. Now maintained by @madmas: github.com/madmas/nativescript-pdf-view
Other
32 stars 35 forks source link

Is there anyway to know when the PDF is done loading? #3

Closed spstratis closed 8 years ago

spstratis commented 8 years ago

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!

Merott commented 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.