Apache Cordova

Clone this repo:
  1. 6e93ff8 Merge pull request #156 from apache/dependabot/npm_and_yarn/xmldom/xmldom-0.8.13 by Manuel Beck · 2 weeks ago master
  2. 6bfd4b3 chore(deps): bump @xmldom/xmldom from 0.8.12 to 0.8.13 by dependabot[bot] · 2 weeks ago
  3. 835d291 chore(deps): bump lodash from 4.17.23 to 4.18.1 (#153) by dependabot[bot] · 4 weeks ago
  4. f0691c1 chore(deps): bump @xmldom/xmldom from 0.8.11 to 0.8.12 (#152) by dependabot[bot] · 4 weeks ago
  5. 39940f5 feat!: drop shelljs & prefix node modules w/ "node:*" (#151) by エリス · 5 weeks ago

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