Apache Cordova

Clone this repo:
  1. b581d24 ci: use macos-15 (#136) by エリス · 4 weeks ago master
  2. b720360 ci(workflow): update release-audit & license config (#135) by エリス · 5 weeks ago
  3. 152ee34 ci(workflow): add codeql (#133) by エリス · 5 weeks ago
  4. 7c0e1ca build(deps): bump on-headers and compression (#134) by dependabot[bot] · 5 weeks ago
  5. e782e58 ci: update workflows & include release audit (#132) 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