GRizzi91 / bouquet

PDF reader Android library based on Jetpack Compose
Apache License 2.0
151 stars 32 forks source link

Detect when PDF is scrolled to the bottom/top #45

Open JBayangosB opened 1 year ago

JBayangosB commented 1 year ago

I am wanting to display a composable just above and below the PDF viewer depending on if the user is viewing the first or last page. Looking at the available PdfReaderState properties, it looks like the best thing I could use is a check of the currentPage alongside the pdfPageCount to decide when to surface the composable.

Perhaps there is some kind of enhancement that could make this usecase easier?

JBayangosB commented 1 year ago

Opened a PR here https://github.com/GRizzi91/bouquet/pull/49 to resolve this issue 🙂