Apache Cordova Browser

Clone this repo:
  1. d8b667d feat!: use PluginManager (#163) by エリス · 4 hours ago master
  2. febc52d chore(deps-dev): bump tmp from 0.2.6 to 0.2.7 (#162) by dependabot[bot] · 3 weeks ago
  3. 9688f08 chore(test): migrate to node:test runner (#161) by エリス · 3 weeks ago
  4. 4e4c0de chore!: refactor & cleanup (#155) by エリス · 5 weeks ago
  5. e94f4d9 chore: update workflows & asf config (#160) 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