-
Recent Posts
Recent Comments
- moncler jacken on Simple Animated Content Slider with jQuery
- Ahmad on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Mike Panter on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Jan on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Danny on (Android) DroidGap Cordova 1.5 – Error with “Getting Started”
Archives
Categories
Meta
Category Archives: Mobile Development
(Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
Using PhoneGap (Cordova) 1.5, I ran into an issue with the physical buttons on the Android device, specifically I was trying to bind handlers to “menubutton”, “searchbutton”, and use them to navigate within a jQuery Mobile app. However, these buttons … Continue reading
Posted in Mobile Development
Tagged android, cordova, html5, javascript, jQuery, jquery mobile, mobile, phonegap
3 Comments
(Android) DroidGap Cordova 1.5 – Error with “Getting Started”
Here is a simple fix to get the new version of DroidGap (1.5) working on Android. The “Getting Started” section for android simply states an incorrect import. “import com.phonegap.*” If Ecplise is showing errors, change it to “import org.apache.cordova.*” If … Continue reading