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

Vertical scrolling #78

Open iBabu007 opened 3 years ago

iBabu007 commented 3 years ago

Please add vertical scrolling feature. this features is very handy.

thestinger commented 3 years ago

Can you describe what you mean?

iBabu007 commented 3 years ago

Pdf all pages are shown together in vertically. (no page changer buttons needed) By scrolling you can see every pages. (Like Google pdf viewr/ Drive)

UnixPhonez commented 2 years ago

Needed

ghost commented 2 years ago

@UnixPhonez Bumping issues is not going to get a feature implemented or have the issue prioritised. If you want a feature quickly, you need to take the effort to implement it yourself or find someone who will for you.

KraXen72 commented 6 months ago

i was excited to try out this pdf viewer, but the absence of scrolling is a deal breaker for me. please implement this!

S1C1C1 commented 1 month ago

Is it possible to open this enhancement again? This would make the PDF app far more useable. What needs to be done to help push it through?

jonathanschilling commented 3 weeks ago

Thanks for this nice app, I use it all the time. I would like to express my support for this feature as well, though. Any hints on how to get started implementing this or links to similar features in other GraoheneOS apps that employ vertical scrolling would be appreciated!