Open navimakarov opened 3 years ago
Check lifecycle of your page fragment. Currently PdfView doesn't do SaveInstanceState so you have to do it manually in any of your fragments/screens. E.q. set Pdf file again after recreation. This is pending feature request that would be nice to implement, but I don't think I will have time for it in near future.
Restoring scrolled posittion is not implemented yet(another issue pending), but you can reopen the file if you can serialize data about it..
If you understand the question right - please close it as a duplicate.
@navimakarov Did you find any solution for using PdfViewer in a ViewPager ?
When scrolling forward and then back, the screen becomes white and pdf is not seen