AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

artifacts shown when smartphone is in darkmode

Open AlejandroGomz opened this issue 3 years ago • 2 comments

smartphone in darkmode and pdfViewer in nightMode(false) delivers dark artifacts at different and changing positions.

    pdfView=findViewById(R.id.pdfv);
    pdfView.useBestQuality(true);
    pdfView.fromUri(uri)
   .nightMode(false)
   .fitEachPage(true)
   .load();

Snag_2e0b727c

AlejandroGomz avatar Jul 08 '21 06:07 AlejandroGomz

Try this solution: add item name="android:forceDarkAllowed" false to your App's DarkTheme style.

abzagabekov avatar Apr 13 '22 04:04 abzagabekov

Thanks, but that isn't the solution we want to have.

abz @.***> schrieb am Mi., 13. Apr. 2022, 06:04:

Try this solution: add false to your App's DarkTheme style.

— Reply to this email directly, view it on GitHub https://github.com/barteksc/AndroidPdfViewer/issues/1020#issuecomment-1097530760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT4Q422SOOU2YBFEX7CZ6WDVEZBV5ANCNFSM5AACVPSA . You are receiving this because you authored the thread.Message ID: @.***>

AlejandroGomz avatar Apr 15 '22 15:04 AlejandroGomz