-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render one page at a time (pageFling) instead of continuous rendering of pages #21
Comments
Would be very useful for us, we used the pdf render textures from pdf_render for this, hard to switch over without something equivalent. |
For Texture or such widget, I opened #41. For page flinging, if I introduce some kind of Texture or such, I think carousel_slider or such is enough. Do you agree? |
Yes carusel_slider may be a good option but with vertical scrolling |
0.4.23 introduces PdfDocumentViewBuilder and PdfPageView. @cyberneid |
@espresso3389 awesome! |
The current version renders the pages in continuous mode. i.e. you can have the bottom of page 1 above and the top of page 2 below. AndroidPdfViewer instead allows flinging a single page at a time (with pageFling property).
See this class:
https://github.com/barteksc/AndroidPdfViewer/blob/master/android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer/PDFView.java
Can you add such a feature too?
The text was updated successfully, but these errors were encountered: