A simple Cordova app that has currently been tested on ios and android
Here is the easiest way to get it up and running
- install node/npm and install Cordova if you haven't already
- run "cordova platform add ios android"
- run "cordova plugin add org.apache.cordova.device"
- The run either "cordova run android" or "cordova run ios" to test