Skip to content

Add continuous vertical scrolling for reflowable EPUBs#766

Open
shiyukk wants to merge 1 commit intoreadium:developfrom
shiyukk:feature/vertical-scroll
Open

Add continuous vertical scrolling for reflowable EPUBs#766
shiyukk wants to merge 1 commit intoreadium:developfrom
shiyukk:feature/vertical-scroll

Conversation

@shiyukk
Copy link
Copy Markdown

@shiyukk shiyukk commented Apr 2, 2026

Summary

Add true continuous vertical scrolling for reflowable EPUBs when EPUBPreferences.scroll is enabled.

Instead of keeping each spread in the horizontal pagination container, scroll mode now stacks spreads vertically in a dedicated continuous container, so readers can move through chapters without horizontal page turns.

Scope

applies only to reflowable EPUBs in scroll mode.

keeps existing paginated behavior unchanged when scroll mode is disabled.

does not affect fixed-layout EPUBs.

Notes

This introduces ContinuousPaginationView and updates reflowable spread navigation, height measurement, and location/viewport calculation to work in a multi-spread continuous flow.

Render reflowable EPUB spreads in a single vertical container when `EPUBPreferences.scroll` is enabled, so readers can scroll through all chapters continuously without swiping horizontally between spreads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant