<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
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
cordova info
  • References/Mobile Apps/Cordova/Reference/CLI

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

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
<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
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
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
volumeupbutton
  • References/Mobile Apps/Cordova/Reference/Events

volumeupbutton The event fires when the user presses the volume up button. If you need to override the default volume up behavior you can register an event listener for the volumeupbutton

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