Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make HTML5 app installable on Android Market and Apples AppStore? [closed]

I have simple question. I have HTML5 app and I want it to be installable as an ordinary native app. I know there is Titanium Developer and others, but they seem too complicated for this simple task. Is there some simple tool for this problem ?

like image 424
Frodik Avatar asked Apr 15 '11 19:04

Frodik


2 Answers

use phonegap, very very easy,

look at http://www.phonegap.com/start/

you will be given "assets" folder for HTML,CSS,Javascript . Just use those and run.

like image 113
Mujah Maskey Avatar answered Nov 16 '22 14:11

Mujah Maskey


I'm just beginning to look at www.phonegap.com and it's very straightforward...

like image 34
Robot Woods Avatar answered Nov 16 '22 13:11

Robot Woods