GrapheneOS / PdfViewer

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.
https://grapheneos.org/
MIT License
592 stars 98 forks source link

Bottom App bar support #73

Open tiagofilipesilva opened 4 years ago

tiagofilipesilva commented 4 years ago

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!

iBabu007 commented 3 years ago

Yup Please add vertical swipe option like (Drive or Google pdf viewer)

grrrrr commented 1 year ago

for increased accessibility (a11y) the ability to have a bottom bar for page navigation would be very useful.