Plugin.xml

Plugin.xml Plugin.xml file defines the structure and settings required for your plugin. It has several elements to provide details about your plugin. plugin The plugin element is the plugin manifest's top-level element. Attributes(type) Only for platform: Description xmlns(string) Required The plugin namespace, http://apache.org/cordova/ns/plugins/1.0. If the document contains XML from other namespaces, such as tags to be added to the AndroidManifest.xml file in the case of Android, those na

Platform Support

Platform Support The following shows the set of development tools and device APIs available for each mobile platform. The device APIs listed here are provided by the core plugins, additional APIs are available via third-party plugins. Column headers display the CLI's shorthand names. android blackberry10 ios Ubuntu wp8(Windows Phone 8) windows(8.1, 10,Phone 8.1) OS X cordovaCLI Mac, Windows, Linux Mac, Windows, Linux Mac Ubuntu Windows Mac EmbeddedWebView (see details) (see details) Pl

cordova requirements

cordova requirements command Synopsis Checks and print out all the requirements for platforms specified (or all platforms added to project if none specified). If all requirements for each platform are met, exits with code 0 otherwise exits with non-zero code. This can be useful when setting up a machine for building a particular platform. Syntax cordova requirements android

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-file-transfer

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-file-transfer This plugin allows you to upload and download files. This plugin defines global FileTransfer, FileUploadOptions constructors. Although in the global scope, they are not available until after the deviceready event. document.addEventListener("deviceready", onDeviceReady, false); function on

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

WP8s

WP8 Guides Windows Phone 8 Platform Guide Windows Phone 8 Plugins Upgrading Windows Phone 8

Windows Phone 8 Plugins

Windows Phone 8 Plugins This section provides details for how to implement native plugin code on the Windows Phone platform. Before reading this, see Plugin Development Guide for an overview of the plugin's structure and its common JavaScript interface. This section continues to demonstrate the sample echo plugin that communicates from the Cordova webview to the native platform and back. Writing a plugin for Cordova on Windows Phone requires a basic understanding of Cordova's architecture. Cord

OS X Configuration

OS X Configuration The config.xml file controls an app's basic settings that apply across each application and CordovaWebView instance. This section details preferences that only apply to OS X builds. See The config.xml File for information on global configuration options. Overview Name Default Version Comment HideMousePointer disabled 4.0.0 Sets the timeout for hiding the mouse pointer OSXLocalStoragePath ~/Library/Application Support/{bundle.id} 4.0.0 Sets the local storage path WindowSize au

Windows Phone 8.0 WebViews

Windows Phone 8.0 WebViews This guide shows how to embed a Cordova-enabled WebView component within a larger Windows Phone 8.0 application. To follow these instructions, make sure you have the latest Cordova distribution. Download it from cordova.apache.org and unzip its Windows Phone 8.0 package (cordova-wp8-*.zip). Navigate to the package's wp8/framework directory and build WPCordovaClassLib.sln. It creates the Bin\Debug[Release]\WPCordovaClassLib.dll. Copy the WPCordovaClassLib.dll file int