cordova-plugin-ios-filechooser
Version:
Cordova Plugin that supplies a File Chooser on iOS
23 lines (12 loc) • 599 B
Markdown
Cordova Plugin that supplies a File Chooser on iOS.
Install the plugin in SignoSoft-Touch app
$ cd SignoSoft-Touch
$ cordova plugin add https://github.com/signosoft/cordova-plugin-ios-filechooser.git
```js
iosFileChooser.open("PDF", success, failure);
```
For more information on setting up Cordova see [the documentation](http://cordova.apache.org/docs/en/latest/guide/cli/index.html)
For more info on plugins see the [Plugin Development Guide](http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html)