Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 EPUB 文件提取为 XHTML 并在 WebView 上显示它们。但是当我想在 WebView 上显示它们时,它会显示整个页面。所以它看起来不像一本书。我想根据屏幕大小拆分页面指定。可能吗?或者 EPUB 浏览器如何解析页面并只显示其中的一部分?
谢谢。
在 Web 浏览器中实现电子书分页的最常见方法是使用CSS3 列,使每一列成为视口的宽度,并在用户向右或向左翻页时在视口上来回滑动内容。开源电子阅读器 Readium 就是这种实现的一个例子。