- Accelerometer
- Camera
- Capture
- Compass
- Connection
- Contacts
- Device
- Events
- File
- Geolocation
- Globalization
- InAppBrowser
- Media
- Notification
- Splashscreen
- Storage
- Overview
- Platform Guides
- The Cordova Command-line Interface
- Command-Line Usage
- Privacy Guide
- Upgrading Guides
- Project Settings
- Plugin Development Guide
- Domain Whitelist Guide
- Embedding WebView
This version of the documentation is outdated!
Click here for the latest released version.
Upgrading Cordova Windows 8
This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova. This applies to applications targetting Windows 8 and the Windows Store.
Upgrade to 2.9.0 from 2.8.0
The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.
- Remove cordova-2.8.0.js from the www directory in your project.
- Add cordova.js file from the source to the www directory in your project. ( note that the file no longer contains a version number in the file name )
- Build and test!
Upgrade to 2.8.0 from 2.7.0
The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.
- Remove cordova-2.7.0.js from the www directory in your project.
- Add cordova.js file from the source to the www directory in your project. ( note that the file no longer contains a version number in the file name )
- Build and test!