Vertical pagination between documents in PaginationView? #469
Replies: 3 comments
-
The toolkit does not currently support continuous scrolling across resources. If you take a stab at implementing this feature, please consider contributing it back to the toolkit. 🙏 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info. I'm going to give it a shot and I'd love to contribute it back if it works well. I'll keep this thread up to date. If anyone has tried it previously or has advice, I'd love to hear about it. I've done some googling and I've got some ideas about how to start. |
Beta Was this translation helpful? Give feedback.
-
Hey @nick-groenke did you end up figuring this out? |
Beta Was this translation helpful? Give feedback.
-
I'd like to use continuous scroll with vertical pagination between documents to give the user the perception that they are scrolling continuously through the entire EPUB. The default behavior of PaginationView seems to be to page horizontally between documents, so that the user scrolls to the bottom of a document and then must swipe horizontally to get to the next document. This is also the behavior in TestApp. Does PaginationView already support vertical pagination? Or would I need to add that behavior myself?
Beta Was this translation helpful? Give feedback.
All reactions