tree: 7aff499d560b9052b6e93f4472617ee23b2f8f6d [path history] [tgz]
  1. .github/
  2. bin/
  3. cordova-js-src/
  4. cordova-lib/
  5. spec/
  6. .eslintignore
  7. .eslintrc.yml
  8. .gitattributes
  9. .gitignore
  10. .ratignore
  11. .travis.yml
  12. appveyor.yml
  13. CONTRIBUTING.md
  14. LICENSE
  15. NOTICE
  16. package.json
  17. README.md
  18. RELEASENOTES.md
  19. VERSION
README.md

Build status Build Status

Cordova Browser

Target modern web browsers to build Apache Cordova based applications.

Goals

  • Browser targeted deployment
  • Surfacing native platform incompatibilities from the open web platform

PWA support

cordova-browser now includes support for progressive web apps (PWAs)

  • if your project supplies a manifest.json in the www/ dir, it will be used
    • a manifest.json will be generated otherwise
  • if your js code registers a service worker, it will also be used