24 lines
670 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Image Picker
```
$ ionic cordova plugin add cordova-plugin-telerik-imagepicker --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="your usage message"
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/image-picker
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/image-picker/)
2021-09-29 14:09:02 +02:00
Plugin Repo: [https://github.com/Telerik-Verified-Plugins/ImagePicker](https://github.com/Telerik-Verified-Plugins/ImagePicker)
Cordova Plugin For Multiple Image Selection
Requires Cordova plugin: `cordova-plugin-image-picker`.
For more info, please see the https://github.com/Telerik-Verified-Plugins/ImagePicker
## Supported platforms
- Android
- iOS
2021-09-29 14:38:45 +02:00