Hacker News new | ask | show | jobs
by Dystopian 5033 days ago
Isn't PhoneGap just the interpreter for an HTML5 web app - the wrapper to get it on the phone as an ipa?

Unless it's changed a lot since 1.0 I don't believe it's some kind of WYSIWIG iPhone maker that creates bloated, terrible, code.

1 comments

It is called Apache Cordova now, and it is a set of implementations (one for each platform) providing JS hooks into native APIs, so they can be called from JS in a web view, so your web app runs in a native app container.

Phone gap is now a set of technical/busisness services for managing Cordova projects, such as Build deployable packages for all platforms via a web service