# Cordova SignoSoft Plugin

Cordova Plugin that supplies a File Chooser on iOS.


## Using
    
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);
```


## More Info

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)
