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

https://github.com/bdombro/cordova-webview


https://github.com/bdombro/cordova-webview

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Generated from scratch using cordova CLI.

```bash
npm install -g cordova
cordova create wrap tech.benevolent.wrap wrap
cordova plugin install cordova-plugin-inappbrowser
# update www/js/index.js
cordova requirements
cordova platform add ios
cordova run ios --target='iPhone-11'
```