Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apache/cordova-browser

Apache Cordova
https://github.com/apache/cordova-browser

cordova cplusplus csharp java javascript library mobile nodejs objective-c

Last synced: 23 days ago
JSON representation

Apache Cordova

Awesome Lists containing this project

README

        

[![Node CI](https://github.com/apache/cordova-browser/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-browser/actions?query=branch%3Amaster)
[![codecov.io](https://codecov.io/github/apache/cordova-browser/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-browser?branch=master)

# 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