Currently only for iOS
Binding to cordova-plugin-progress
Cordova / PhoneGap Plugin for Progress HUD Notifications via KVNProgress.
Source: cordova-plugin-progress
Don't forget to switch to a compiler >= 4.03.0.
opam switch 4.03.0
You can use opam by pinning the repository with
opam pin add cordova-plugin-progress https://github.com/dannywillems/ocaml-cordova-plugin-progress.git
and to compile your project, use
ocamlfind ocamlc -c -o [output_file] -package gen_js_api -package cordova-plugin-progress [...] -linkpkg [other arguments]
Don't forget to install the cordova plugin progress with
cordova plugin add cordova-plugin-progress
- See the official documentation