Home Apps Business Office Cordova Browser 3

Load cordova/phonegap apps directly from a webserver, with full API access.

This app for android allows loading of apps from a webserver, while allowing full access to the cordova API. This makes development and debugging much faster.

It is a port of Evan Shapiro's Cordova Browser to the cordova 3.4 API.

Please read Evan's description of the project:

http://goo.gl/Vz0xM6

This version keeps the screen always on, I found this makes debugging using weinre easier. The permissions are needed because of the APIs given access to.

Source code is at

https://github.com/jhb/cordovabrowser3

Permissions: the app needs a whole lot of permissions - that is because the whole point is to load _any_ app via a webserver and give it as much access to the device APIs as possible.

What's New in the Latest Version 0.0.2 (cordova 3.4)

Last updated on Sep 11, 2015 0.0.2
- upgrade to cordova 3.4

0.0.1
- Initial port