Apache Cordova Browser

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