Apache Cordova

Clone this repo:
  1. 3a31bfd chore: update release audit workflow & license headers (#140) by エリス · 2 months ago master
  2. 4ec2f30 chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 (#139) by dependabot[bot] · 3 months ago
  3. 6639eaa chore(deps-dev): bump tmp from 0.2.3 to 0.2.4 (#137) by dependabot[bot] · 3 months ago
  4. fa6df22 chore(deps): bump glob from 10.4.5 to 10.5.0 (#138) by dependabot[bot] · 3 months ago
  5. b581d24 ci: use macos-15 (#136) by エリス · 7 months 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