deviceready
  • References/Mobile Apps/Cordova/Reference/Events

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.

2025-01-10 15:47:30
<feature>
  • References/Mobile Apps/Cordova/Reference/Config.xml

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

2025-01-10 15:47:30
<author>
  • References/Mobile Apps/Cordova/Reference/Config.xml

author Specifies contact information that may appear within app-store lisitngs. Attributes(type) Only for platform: Description

2025-01-10 15:47:30
<content>
  • References/Mobile Apps/Cordova/Reference/Config.xml

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

2025-01-10 15:47:30
volumedownbutton
  • References/Mobile Apps/Cordova/Reference/Events

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

2025-01-10 15:47:30
<description>
  • References/Mobile Apps/Cordova/Reference/Config.xml

description Specifies metadata that may appear within app-store listings. Examples: <widget ...> <description>A sample Apache

2025-01-10 15:47:30
cordova build
  • References/Mobile Apps/Cordova/Reference/CLI

cordova build command Synopsis Shortcut for cordova prepare + cordova compile for all/the specified platforms. Allows you to build the app

2025-01-10 15:47:30
cordova run
  • References/Mobile Apps/Cordova/Reference/CLI

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

2025-01-10 15:47:30
cordova platform
  • References/Mobile Apps/Cordova/Reference/CLI

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

2025-01-10 15:47:30
cordova serve
  • References/Mobile Apps/Cordova/Reference/CLI

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

2025-01-10 15:47:30