A template of Cordova hybrid app based on jQuery Mobile.
- Install Android SDK tools
- Install Gradle Build Tool
- Install NodeJS
npm install -g cordova
git clone https://github.com/giosil/wapp.git
cordova platform add android
cordova build
cordova plugin add cordova-plugin-whitelist --save
cordova plugin add cordova-plugin-x-toast --save
cordova plugin add cordova-plugin-splashscreen --save
cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications --save
cordova plugin add https://github.com/wildabeast/BarcodeScanner.git --save
cordova plugin add cordova.plugins.diagnostic --save
cordova plugin add cordova-custom-config --save
cordova run android --device
chrome://inspect
on Chrome URL bar
Install dist/wapp.apk on an Android device.