Use Horizontal Scroll in Android WebView
问题 I am currently using epublib-core to read epubs and display them in Android WebView with the following code - webView.loadDataWithBaseURL(baseURL, new String(spineReferences.get(chapter/* <- int*/).getResource().getData()), "text/html", "utf-8", null); But it's using Vertical Scroll whereas I want a HorizontalScroll. After searching the web, I found Monocle, but I don't know how to integrate Monocle with epublib and WebView . Any idea on how to use horizontal scroll? 回答1: Atlast, I could