DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.13k stars 1.89k forks source link

Flickering on page change #1072

Open qayyumabro opened 2 years ago

qayyumabro commented 2 years ago

Hi I'm seeing lots of screen flickering when pages are changed. Is there a way to improve that?

FynnJason commented 2 years ago
<com.github.barteksc.pdfviewer.PDFView
                    android:id="@+id/pdf_view"
                    android:layerType="hardware"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent" />

see if it works

qayyumabro commented 2 years ago

Thanks Fynn I'll try.

qayyumabro commented 2 years ago

I see no improvement with this.