【发布时间】:2017-12-04 01:18:23
【问题描述】:
我目前正在使用epublib-core 读取epub 并在Android WebView 中使用以下代码显示它们-
webView.loadDataWithBaseURL(baseURL, new String(spineReferences.get(chapter/* <- int*/).getResource().getData()), "text/html", "utf-8", null);
但它使用 Vertical Scroll 而我想要一个 HorizontalScroll。网上搜了一下,找到了Monocle,但是不知道怎么把Monocle和epublib和WebView结合起来。关于如何使用水平滚动的任何想法?
【问题讨论】:
标签: android webview epublib monocle