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. CSP is used to enforce that the JavaScript and styling properties within the WebView are entirely static.
PdfViewer currently enforces the use of a top App bar and thus a top navigation, via the back/forward page selection, and top option selection via that component in the top corner.
This is not an ideal situation for people with some motor disabilities or people using mobile devices.
Would it be possible to add:
a bottom app bar;
a toggle or option to select between a top or bottom app bar?
Hello,
PdfViewer currently enforces the use of a top App bar and thus a top navigation, via the back/forward page selection, and top option selection via that component in the top corner.
This is not an ideal situation for people with some motor disabilities or people using mobile devices.
Would it be possible to add:
Thank you!