Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top