-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Page navigation with n pages #1152
base: master
Are you sure you want to change the base?
Conversation
…ction with different writing modes.
…-container and iframe for scrollbar.
Thanks, this looks great! Will review this week. |
My ePub reader PWA uses the enhanced page navigation with n page. Please try my app to feel how fast the enhanced epub.js jumps 20 pages: This screenshot shows the steps to use the page jump function of the reader: The app sources can be download here: |
(cherry picked from commit 50963ac)
@fchasen these changes look very interesting for me too. Have you had a moment to review these yet? |
Enhance page navigations, Rendition.prev and Rendition.next, with n pages.
Without this enhancement, it needs n calls to Rendition.prev or Rendition.next. Which have a poor page navigation performance.