Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.58 KB

FirstRun.md

File metadata and controls

63 lines (44 loc) · 2.58 KB

Thanks for installing Cordova!

Plugins

  • Plugins MUST add their plugin mapping to their app's Cordova.plist Plugins key, if not they will not work (see your plugin's README)
  • Plugins MUST add any external hosts they connect to to the white-list in Cordova.plist/ExternalHosts (add hostnames only, NO protocols nor paths) - see the Domain Whitelist Guide
  • A plugin's Objective-C code MUST be added to the project properly in a "group" (YELLOW folder), if you incorrectly added it as a folder reference it would be a blue folder (just delete the reference, and re-add)
  • A lot of plugins have changed their mapping names in Cordova.plist, you might have to copy and use the new Cordova.plist in your app.

Plugin Upgrades

Please see the Cordova Plugin Upgrade Guide.md document included in the guides sub-folder in the source distribution


Project Upgrades

  1. Please see the Upgrading Cordova iOS document on http://docs.cordova.io
  2. See the FAQ in the README.md as well included in the source distribution

Install CordovaLib

Please see the instructions in the README.md document included in the source distribution

Creating a new Cordova-based project

Follow the instructions in the Command-Line Usage section of http://docs.cordova.io


That's it! Modify the contents of the "www" directory to add your HTML, CSS and JavaScript.

Links