tree: c813c39d3ba15f85a30809df7f30b06f2dc7aa3a
  1. .github/
  2. bin/
  3. cordova-js-src/
  4. spec/
  5. .asf.yaml
  6. .gitattributes
  7. .gitignore
  8. .npmignore
  9. .npmrc
  10. .ratignore
  11. CONTRIBUTING.md
  12. eslint.config.js
  13. licence_checker.yml
  14. LICENSE
  15. NOTICE
  16. package-lock.json
  17. package.json
  18. README.md
  19. RELEASENOTES.md
README.md

Node CI codecov.io

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