PdfViewer
PdfViewer copied to clipboard
Simple Android PDF viewer based on pdf.js and content providers. The app doesn't require any permissions. The PDF stream is fed into the sandboxed WebView without giving it access to content or files....
- Use dynamic color on supported devices - fix navigation bar color issue on three button navigation setting (on api 28). [before](https://i.postimg.cc/brQvK2Mx/before.png) vs [after](https://i.postimg.cc/HLcdqy8r/after.png)
(I'm unsure if this is an upstream issue with PDF.js or not, but for reference, Google Drive's PDF viewer, and other PDF viewer I've used, have correctly displayed this file.)...
* Added grey background. * Centered the viewport of the PDF viewer in the background. * Default max zoom out when the document loads (to give the user an overview...
I tested this app on my OnePlus 8 Pro running LineageOS 18.1 (Android 11) and it struggles with some PDFs. For example, the London Underground map: https://content.tfl.gov.uk/standard-tube-map.pdf Using the old...
A custom implementation for supporting zooming and moving across the document has been added (in commit f7b9ae7ea651cf3fa201d6001d5fe60ad73f399f) to support the changes related to centering the document. Without the custom implementation,...
Won't target until GrapheneOS is on Android 13