Is it possible to convert HTML5 apps to native apps for mobile platforms? If it's possible, how I can do it?
Asked
Active
Viewed 3,429 times
1 Answers
1
Yes. Using Adobe PhoneGap aka Apache Cordova.
There are other alternatives too. See Comparison between Corona, Phonegap, Titanium for a comparison of different options.
-
owh, so do i have to make it in PhoneGap platform, right? thanks for your advice. – siabuabu Sep 14 '12 at 19:20
-
Yeah, checkout PhoneGAp build, if you have na index.html file you should be good to go. – Adam Sep 14 '12 at 19:21
-
ok, thank you every one for your kindness to answer.. thank you very much. – siabuabu Sep 14 '12 at 19:25
-
Glad to help. You can upvote and accept an answer if it helps you. http://stackoverflow.com/faq#howtoask – Adam Sep 14 '12 at 19:38
-
native apps: are developed using the platform's native language (i.e. Android=java, iOS=swift/objective-c) – ed_is_my_name Aug 29 '14 at 19:02