Awesome
ocaml-cordova-plugin-progress
Currently only for iOS
Binding to cordova-plugin-progress
What does cordova-plugin-progress do ?
Cordova / PhoneGap Plugin for Progress HUD Notifications via KVNProgress.
Source: cordova-plugin-progress
How to install and compile your project by using this plugin ?
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
How to use ?
- See the official documentation