AndroidPdfViewer
AndroidPdfViewer copied to clipboard
artifacts shown when smartphone is in darkmode
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();
Try this solution: add item name="android:forceDarkAllowed" false to your App's DarkTheme style.
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: @.***>