cordova-plugin-file

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 This plugin implements a File API allowing read/write access to files residing on the device. This plugin is based on several specs, including : The HTML5 File API http://www.w3.org/TR/FileAPI/ The Directories and System extensions Latest: http://www.w3.org/TR/2012/WD-file-system-api-20120417/ Alt

<platform>

platform When using the CLI to build applications, it is sometimes necessary to specify preferences or other elements specific to a particular platform. Use the element to specify configuration that should only appear in a single platform-specific config.xml file. Attributes(type) Only for platform: Description name(string) Required The platform whose preferences are being defined. Examples: <platform name="android"> <preference name="Fullscreen" value="true" /> </platfo

menubutton

menubutton The event fires when the user presses the menu button. Applying an event handler overrides the default menu button behavior. Quick Example document.addEventListener("menubutton", onMenuKeyDown, false); function onMenuKeyDown() { // Handle the back button }

Upgrading Windows

Upgrading Windows For upgrading from windows version 4.0.0 or higher, run cordova platform update windows. For projects not created with the cordova CLI, run: bin\update <project_path> Upgrading Windows 8 This is for people still using windows8 platform to upgrade from older versions of Cordova. Most of these instructions apply to projects created with an older set of command-line tools that precede the cordova CLI utility. See The Command-Line Interface for information how to update the

Privacy

Privacy Guide Mobile privacy is a critical issue that every app developer must address. Your users expect that their private information will be collected and treated appropriately by your app. Also, there are an increasing number of jurisdictions that now have legal requirements regarding mobile privacy practices. This guide on mobile app privacy should be considered a primer addressing some the most significant issues. It outlines some broadly accepted best practices and provides references t

Configuring VMWare Fusion

Configuring VMWare Fusion This section shows how to configure VMWare Fusion on a Mac so that you can use Cordova to generate Windows Phone applications. The Microsoft Developer Network provides general instructions for how to run Windows under VMWare Fusion. After installing Windows, follow these steps: Within VMWare Fusion, select the Windows 8 disk image you have prepared and choose Settings. Choose the Processors & Memory configuration options. Make sure to specify two processor cores, 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 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 compile

cordova compile command Synopsis cordova compile is a subset of the cordova build command. It only performs the compilation step without doing prepare. It's common to invoke cordova build instead of this command - however, this stage is useful to allow extending using hooks. Syntax cordova build [<platform> [...]] [--debug|--release] [--device|--emulator|--target=<targetName>] [--buildConfig=<configfile>] [--browserify] [-- <platformOpts>] For detail

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