ocaml-cordova-plugin-loading-spinner-example
May 28, 2016 ยท View on GitHub
This is an example of the binding to the loading spinner cordova plugin. See the binding here.
Compatibility
This plugin works on PhoneGap/Cordova 3.x. It's currently not tested against
PhoneGap 4.x and known not to be working on PhoneGap/Cordova 5.x and above.
Source: cordova-plugin-loading-spinner
How to compile?
You need to add the loading spinner plugin manually with
cordova plugin add https://github.com/mobimentum/phonegap-plugin-loading-spinner.git
- Add the plugin list repository as a remote opam package provider with
opam repository add cordova https://github.com/dannywillems/ocaml-cordova-plugin-list.git
- Initialize the project directory with
make init
- Run (and build).
# Run on Android
make run_android
# Run on iOS
make run_ios