Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhoneGap and how it deploys

Tags:

cordova

I have been asked to investigate PhoneGap and how it works. I can obviously see the main site and blogs about it, but none of them really seem to state "how" it works.

How does PhoneGap actually package up what you build in HTML/CSS/JavaScript into an app on your smartphone?

From what I can tell it bundles up all your calls into a custom web browser based on WebKit, which has custom hooks into the platform you are running on which you access via JavaScript API's. But this guess is pieced together from various old blogs and articles.

Is this correct? Are there any really good articles on this that I simply have missed?

like image 960
Mark Avatar asked Jul 11 '11 01:07

Mark


1 Answers

After the introduction, this PhoneGap for Engineers presentation provides some good PhoneGap nuts and bolts.

like image 127
Paul Beusterien Avatar answered Sep 20 '22 15:09

Paul Beusterien