terikon / cordova-plugin-photo-library

Maintainer needed. Please contact if you're using this library in your project
MIT License
149 stars 295 forks source link

Get photo library on ios 13.2.*+ #184

Open mbenfriha opened 4 years ago

mbenfriha commented 4 years ago

Hello, i tried to use cordova-plugin-photo-library on my project but somes errors appear and plugin still does did work.

I found solution with cordova-plugin-camera

when you call camera.getPicture(options: CameraOptions), please set sourceType with sourceType: Camera.PictureSourceType.PHOTOLIBRARY in options

The plugin open directly photo library

I hope help lot of people