@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.
@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.
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 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
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
@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