Pack an html5/css3/js based ebook to android/iOS app (no epub)

I'm currently creating an ebook in html5/css3/js (jquery) and I'm looking for a solution to pack it as an application (android/iOS) or a web-application.

  • Epub format isn't enough powerfull for the differents features I've developped.
  • PhoneGap only support light weight applications (15Mo), and I've plenty pictures.
  • Titanium seems complexe (I just want my html pages to be readable as in the browser)
  • Is there any solution to pack it "quite" simply?


    The 15MB limit on PhoneGap applies only to PhoneGap Build; if you install it locally, you can compile an arbitrary-sized app. I strongly suggest PhoneGap for your task.

    链接地址: http://www.djcxy.com/p/66556.html

    上一篇: 混合应用程序可以针对Windows平板电脑/表面

    下一篇: 将基于html5 / css3 / js的电子书包装到android / iOS应用程序(无epub)