barteksc / AndroidPdfViewerV2

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
113 stars 55 forks source link

Bug: PDFView not showed when loaded in background in android 5.0, 6.0 #2

Closed develtar closed 6 years ago

develtar commented 6 years ago

I have found this bug in android 5.0, 6.0: when i load the PDFView in an Asynctask, the view is not showed. The loading works perfectly in android 8.0.

I have attached to this issue a detailed report: bug_report.zip

This library is wonderful! Thank you! Have a nice day,

Develtar

develtar commented 6 years ago

The version 3.0.0-beta.5 of the library fixed the bug