searchbutton

searchbutton The event fires when the user presses the search button on Android. If you need to override the default search button behavior on Android you can register an event listener for the 'searchbutton' event. Quick Example document.addEventListener("searchbutton", onSearchKeyDown, false); function onSearchKeyDown() { // Handle the search button }

Android Platform

Android Platform Guide This guide shows how to set up your SDK environment to deploy Cordova apps for Android devices, and how to optionally use Android-centered command-line tools in your development workflow. You need to install the Android SDK regardless of whether you want to use these platform-centered shell tools or cross-platform Cordova CLI for development. For a comparison of the two development paths, see the Overview. For details on the CLI, see Cordova CLI Reference. Requirements an

Upgrading Android

Upgrading Android This guide shows how to modify Android projects to upgrade from older versions of Cordova. Most of these instructions apply to projects created with an older set of command-line tools that precede the cordova CLI utility. See The Command-Line Interface for information how to update the version of the CLI. Upgrading to 5.X.X The best way to upgrade to 5.X.X is to simply remove the Android platform from your project and re-add it with the new version. For example, cordova platfo

cordova info

cordova info command Synopsis Print out useful information helpful for submitting bug reports and getting help. Creates an info.txt file at the base of your project. Syntax cordova info

Create your first Cordova app

Create your first Cordova app This guide shows you how to create a JS/HTML Cordova application and deploy them to various native mobile platforms using the cordova command-line interface (CLI). For detailed reference on Cordova command-line, review the CLI reference Installing the Cordova CLI The Cordova command-line tool is distributed as an npm package. To install the cordova command-line tool, follow these steps: Download and install Node.js. On installation you should be able to invoke node