简体   繁体   English

电子书阅读器水平Android

[英]Epub reader horizontal Android

How to make a epub reader in which a html page is divided into several screens? 如何制作将html页面分为几个屏幕的epub阅读器? I want to get the effect reading page by page, and browse pages horizontally rather than vertically. 我想逐页阅读效果,并水平而非垂直浏览页面。 Thanks. 谢谢。

Use the CSS3 columns to create pages, then implement swipe between them. 使用CSS3列创建页面,然后在页面之间进行滑动。

Existing javascript solutions: 现有的javascript解决方案:

  • Monocle - huge and powerful library. Monocle-强大的图书馆。
  • Swipe Columns - less complicated and easier to understand. 滑动栏 -更简单,更易于理解。 Works slow on some devices though. 虽然在某些设备上运行缓慢。

Also, maybe you'd be interested in some full-featured readers like FBReader . 另外,也许您会对FBReader之类的功能齐全的阅读器感兴趣。 They use native rendering instead of WebView. 他们使用本机渲染而不是WebView。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM