Installing Cordova Cordova command-line runs on Node.js and is available on NPM. Follow platform specific guides to install additional platform dependencies. Open a command prompt or Terminal, and type npm install -g cordova.
Installing Cordova CLI Creating an App Learn how to create your first Cordova hybrid app using Cordova CLI. Cordova Projects Project Structure CLI Commands Learn how to use Cordova CLI commands and their options. Platform Support Compatibility table for all major plugins and features. Platform Pinning Cordova CLI pinned platform versions ...
Creating an 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 Creating the Cordova Project Space In terminal, go to the directory where you would like to create your Cordova's project. Note that the next ...
Overview Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies - HTML5, CSS3, and JavaScript for cross-platform development. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's capabilities such as sensors, data, network status, etc. Use Apache Cordova if you ...
Below is a list of Apache Cordova core plugins. Each card contains important information about the plugin. The supported platforms are listed below the plugin name, represented by the platform icons. If you have any bug reports or want to contribute, you can access the plugin repo by clicking on the GitHub icon. If you want to identify what version of the plugin is published, you can access ...