I extracted EPUB files to XHTML and showed them on WebView. But when I want to show them on WebView, it shows whole page. So it is not look like a book. I want to split pages specify according to screen size. Is it possible? Or how can EPUB viewers parse the pages and show only a part of it?
Thanks.
The most common way to implement ebook pagination in a web browser is to use CSS3 columns, make each column the width of the viewport, and slide the content back and forth across the viewport as the user pages right or left. The open-source ereader Readium is an example of this implementation.