NEW February 18, 2012: The MDS PhoneGap API Demo is new and improved: http://www.youtube.com/watch?v=zTVsUZTvtQc. You may want to view the new demo instead.
An enhanced Phonegap Demo presented with one of jQuery Mobile's 5 stunning themes. One of the 5 mobile web apps - all source code included - that come with Mobile Developer Solutions' Eclipse Plugin for Phonegap Android. The open source plugin enables mobile web developers to develop, deploy and run Android Web Apps. Visit MDS at http://www.mobiledevelopersolutions.com.
Thanks to Alexandre Thiel for the awesome screencast recording app.
@oalahikuto The navigator is from the browser. w3schools has good info about the navigator object. PhoneGap documentation has lots of demo code for their API including more use of navigator.
LibbyBaldwin 7 months ago
Ok , what is "navigator object" in sample code of the video ? Is it defined by phonegap ? actually in main.js
oalahikuto 7 months ago
@oalahikuto Thanks! The app was made with AppLaud - which is based on PhoneGap. PhoneGap provides javascript APIs to all phone device capabilities (where html5 isn't supported yet). So jquery mobile and your own html/javascript/css is all that's needed.
LibbyBaldwin 7 months ago
oh yeah , great demo..
but i want to ask, how to open the intent in android from button with jquery mobile ?
thanks
oalahikuto 7 months ago