Apache Cordova Browser

Clone this repo:
  1. b5ad2bd chore(deps): bump body-parser from 1.20.5 to 1.20.6 (#165) by dependabot[bot] · 5 days ago master
  2. d8b667d feat!: use PluginManager (#163) by エリス · 3 weeks ago
  3. febc52d chore(deps-dev): bump tmp from 0.2.6 to 0.2.7 (#162) by dependabot[bot] · 6 weeks ago
  4. 9688f08 chore(test): migrate to node:test runner (#161) by エリス · 6 weeks ago
  5. 4e4c0de chore!: refactor & cleanup (#155) by エリス · 8 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