[CB-5565] Updated version and RELEASENOTES.md for release 0.2.6
2 files changed
tree: d66c53ac0bc2c01fddc49bff8e1189697c2c7831
  1. docs/
  2. src/
  3. test/
  4. www/
  5. .gitignore
  6. LICENSE
  7. plugin.xml
  8. README.md
  9. RELEASENOTES.md
README.md

cordova-plugin-contacts

To install this plugin, follow the Command-line Interface Guide.

If you are not using the Cordova Command-line Interface, follow Using Plugman to Manage Plugins.

Using Contacts in Firefox OS

Edit manifest.webapp and add permissions field as described in Manifest Docs. There is also a need to change the webapp type to “privileged” - Manifest Docs. All privileged apps enforce Content Security Policy which forbids inline script. Initialize your application in another way.