This is an example of the binding to https://github.com/Initsogar/cordova-activityindicator. See the binding here.
You need add the cordova plugin manually with
cordova plugin add https://github.com/Initsogar/cordova-activityindicator
- 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