espresso3389 / pdfrx

pdfrx is yet another PDF viewer implementation that built on the top of pdfium. The plugin currently supports Android, iOS, Windows, macOS, Linux, and Web.
MIT License
60 stars 36 forks source link

Snap pages? #112

Open mobiledevh opened 1 month ago

mobiledevh commented 1 month ago

Hello,

First of all, thank you for this awesome lib, best one yet for viewing PDF files with support for overlay widgets on multiple pages, that persists with zoom etc... excellent :)

I only have one small thing remaining, page snapping... I can't find a way to "snap" pages, meaning the page snaps back to fit the view if the user started scrolling to a page. (ie. you can't have a scroll that stops between 2 pages, it automatically snap to the pages we see the most).

I don't think it's possible through layoutPages so I don't really know where to look :/

Thanks a lot!