Apache Cordova Browser

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