Skip to content
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

Consider using scrolled mode as default for EPUB files in the Reader #532

Open
mrtcode opened this issue Jan 5, 2024 · 0 comments
Open

Comments

@mrtcode
Copy link
Member

mrtcode commented Jan 5, 2024

I know that on the client we default to paginated mode because of the performance reasons for some EPUB files. As there is no way to switch between modes, I suggest to use scrolled mode in web-library reader because it's more convenient, and the performance issues likely be less prominent in regular browsers.

We should be able to enable the mode with this:

createReader({
...
state: {
  "flowMode": "scrolled"
}
...
})

https://forums.zotero.org/discussion/110550/android-13-smartphone-with-epubs-scroll-versus-page-down-image-sizes

@AbeJellinek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant