CB-8965 Copy cordova-js-src to platform folder during create
1 file changed
tree: d08a5a1f310667de1ee6dafc6949d6042526c9fd
  1. bin/
  2. cordova-js-src/
  3. cordova-lib/
  4. node_modules/
  5. .gitignore
  6. CONTRIBUTING.md
  7. LICENSE
  8. package.json
  9. README.md
  10. RELEASENOTES.md
  11. VERSION
README.md

Cordova Firefox OS (Boot 2 Gecko)

Introduction

Firefox OS is an open source operating system for smartphones and tablet computers being developed by Mozilla. It is designed to allow HTML5 applications to integrate directly with the device's hardware using JavaScript.

cordova-firefoxos allows developers to use the cross platform APIs in Cordova to target the Firefox OS. Most APIs are just proxied to the matching Firefox OS API calls.

Prerequisties

There are no prerequisites for adding Firefox OS as a Cordova platform. For usage, setting up debugging environment and running on the device, see the Cordova support for Firefox OS page on Mozilla Developer Network.

For platform development information, check out the Firefox OS cordova development page

A lot of good documentation on Firefox OS development is also available on the Mozilla Developer Network.