Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
Apache Cordova
- Host: GitHub
- URL: https://github.com/apache/cordova-browser
- Owner: apache
- License: apache-2.0
- Created: 2014-01-06T17:23:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T14:52:48.000Z (8 months ago)
- Last Synced: 2024-10-30T02:36:48.147Z (about 2 months ago)
- Topics: cordova, cplusplus, csharp, java, javascript, library, mobile, nodejs, objective-c
- Language: JavaScript
- Homepage:
- Size: 9.54 MB
- Stars: 169
- Watchers: 24
- Forks: 85
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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