deviceready The deviceready event fires when Cordova is fully loaded. This event is essential to any application. It signals that Cordova's device APIs have loaded and are ready to access.
feature If you use the CLI to build applications, you use the plugin command to enable device APIs. This does not modify the top-level config.xml file, so the element does not apply to your
author Specifies contact information that may appear within app-store lisitngs. Attributes(type) Only for platform: Description
content Defines the app's starting page in the top-level web assets directory. The default value is index.html, which customarily appears in a project's top-level www directory
volumedownbutton The event fires when the user presses the volume down button. If you need to override the default volume down behavior you can register an event listener for the volumedownbutton
description Specifies metadata that may appear within app-store listings. Examples: <widget ...> <description>A sample Apache
cordova build command Synopsis Shortcut for cordova prepare + cordova compile for all/the specified platforms. Allows you to build the app
cordova run command Synopsis Prepares, builds, and deploys app on specified platform devices/emulators. If a device is connected it will be used, unless an eligible
cordova platform command Synopsis Manage cordova platforms - allowing you to add, remove, update, list and check for updates. Running commands to add or remove platforms
cordova serve command Synopsis Run a local web server for www/ assets using specified port or default of 8000. Access projects at: http://HOST_IP
Page 4 of 5