mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
22 lines
710 B
Markdown
22 lines
710 B
Markdown
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/document-picker/index.ts#L1">
|
|
Improve this doc
|
|
</a>
|
|
|
|
# iOS DocumentPicker
|
|
|
|
```
|
|
$ ionic cordova plugin add cordova-plugin-documentpicker.DocumentPicker
|
|
$ npm install @ionic-native/plugins/document-picker
|
|
```
|
|
|
|
## [Usage Documentation](https://ionicframework.com/docs/native/document-picker/)
|
|
|
|
Plugin Repo: [https://github.com/iampossible/Cordova-DocPicker](https://github.com/iampossible/Cordova-DocPicker)
|
|
|
|
Opens the file picker on iOS for the user to select a file, returns a file URI.
|
|
Allows the user to upload files from iCloud
|
|
|
|
## Supported platforms
|
|
|
|
- iOS
|