I've implement the Joan Zapata PDF View library into my project and when I load up a PDF document and interact with it before it is completely rendered I get a VuDriod error:
RuntimeError: error loading page
I have tried displaying a ProgressDialog that disables interaction until the onPageLoaded listener is called, but the document is still rendering after this has been triggered.
Does anyone have any suggestions? My next attempt will be adding a Timer to disable it until I "think" it should be rendered....