Apache Cordova

Clone this repo:
  1. b720360 ci(workflow): update release-audit & license config (#135) by エリス · 4 days ago master
  2. 152ee34 ci(workflow): add codeql (#133) by エリス · 4 days ago
  3. 7c0e1ca build(deps): bump on-headers and compression (#134) by dependabot[bot] · 6 days ago
  4. e782e58 ci: update workflows & include release audit (#132) by エリス · 7 days ago
  5. be8f21b Inline browser_parser into Api (#98) by Raphael von der Grün · 7 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