Apache Cordova

Clone this repo:
  1. 66d9e2e Curated 7.0.0 release notes by Norman Breau · 10 months ago master
  2. 6eab699 Update JS snapshot to version 7.1.0-dev (via coho) by Norman Breau · 10 months ago
  3. 54ceba0 Set VERSION to 7.1.0-dev (via coho) by Norman Breau · 10 months ago
  4. f45ac8f dep!: bump all possible dependencies w/ node engine >=16.13.0 requirement (#121) by エリス · 11 months ago
  5. d9ded1c chore!: set node engine to >=16.0.0 (#120) by jcesarmobile · 11 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