Configure scrolled epub-view with epubOptions
mainTo display a scrolled view instead of paginated pages, pass the appropriate manager and flow options via epubOptions.
Note: Using mismatched combinations may cause rendering issues.
- Flow:
auto(default),paginated(left-to-right), orscrolled. - Manager:
default(forauto/paginated) orcontinuous(forscrolled).
Recommended pairing for scrolling: flow: 'scrolled' with manager: 'continuous'.