문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top