Customize Icons

Customize Icons This section shows how to configure an application's icon for various platforms. Documentation about splash screen images can be found in the Cordova-Plugin-Splashscreen documentation Splashscreen plugin docs. Configuring Icons in the CLI When working in the CLI you can define application icon(s) via the <icon> element (config.xml). If you do not specify an icon, the Apache Cordova logo is used. <icon src="res/ios/icon.png" platform="ios" width="57" height="57" density=

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

cordova-plugin-whitelist

cordova-plugin-whitelist This documentation describes this plugin at version master. Other versions are on GitHub. This plugin implements a whitelist policy for navigating the application webview on Cordova 4.0 :warning: Report issues on the Apache Cordova issue tracker Installation You can install whitelist plugin with Cordova CLI, from npm: $ cordova plugin add cordova-plugin-whitelist $ cordova prepare Supported Cordova Platforms Android 4.0.0 or above Navigation Whitelist Contro

cordova-plugin-vibration

This documentation describes this plugin at version master. Other versions are on GitHub. Android iOS Windows 8.1 Store Windows 8.1 Phone Windows 10 Store Travis CI cordova-plugin-vibration This plugin aligns with the W3C vibration specification http://www.w3.org/TR/vibration/ This plugin provides a way to vibrate the device. This plugin defines global objects including navigator.vibrate. Although in the global scope, they are not available until after the deviceready event. doc

cordova-plugin-statusbar

This documentation describes this plugin at version master. Other versions are on GitHub. Android iOS Windows 8.1 Store Windows 8.1 Phone Windows 10 Store Travis CI cordova-plugin-statusbar StatusBar The StatusBar object provides some functions to customize the iOS and Android StatusBar. :warning: Report issues on the Apache Cordova issue tracker Installation This installation method requires cordova 5.0+ cordova plugin add cordova-plugin-statusbar Older versions of cordova c

cordova-plugin-splashscreen

This documentation describes this plugin at version master. Other versions are on GitHub. Android iOS Windows 8.1 Store Windows 8.1 Phone Windows 10 Store Travis CI cordova-plugin-splashscreen This plugin is required to work with splash screens. This plugin displays and hides a splash screen during application launch. Report issues with this plugin on the Apache Cordova issue tracker. Installation // npm hosted (new) id cordova plugin add cordova-plugin-splashscreen // you may

cordova-plugin-network-information

This documentation describes this plugin at version master. Other versions are on GitHub. Android iOS Windows 8.1 Store Windows 8.1 Phone Windows 10 Store Travis CI cordova-plugin-network-information This plugin provides an implementation of an old version of the Network Information API. It provides information about the device's cellular and wifi connection, and whether the device has an internet connection. To get a few ideas how to use the plugin, check out the sample at the

cordova-plugin-media-capture

This documentation describes this plugin at version master. Other versions are on GitHub. Android iOS Windows 8.1 Store Windows 8.1 Phone Windows 10 Store Travis CI cordova-plugin-media-capture This plugin provides access to the device's audio, image, and video capture capabilities. WARNING: Collection and use of images, video, or audio from the device's camera or microphone raises important privacy issues. Your app's privacy policy should discuss how the app uses such sensors a

cordova-plugin-media

This documentation describes this plugin at version master. Other versions are on GitHub. Android iOS Windows 8.1 Store Windows 8.1 Phone Windows 10 Store Travis CI cordova-plugin-media This plugin provides the ability to record and play back audio files on a device. NOTE: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only. A future implementation will adhere to the latest W3C specification and may deprecate

cordova-plugin-legacy-whitelist

cordova-plugin-legacy-whitelist This documentation describes this plugin at version master. Other versions are on GitHub. This plugin implements the Cordova 3.6 Whitelist policy for Cordova 4.0. Please use cordova-plugin-whitelist instead, as it's more secure. Supported on: cordova-android@4.0.0 cordova-ios@4.0.0 Usage: Use <access> tags, just as in previous versions of Cordova.