vritra-plugin-fetcher
v1.0.3
Published
A cordova plugin for downloading/uploading files
Maintainers
Readme
·

A cordova plugin for uploading/downloading files on android/iOS. Defines a global Fetcher object.
Installation
After installing globally the cordova cli, execute:
cordova plugin add vritra-plugin-fetcher--force flag may be required if vritra-plugin-webview is present.
You may need to manually install pods on ios. In that case, in your project root directory, execute:
cd platforms/ios
pod install and you should be ready to fetch !
