Cordova Camera Plugin in IOS 9
问题 I am using Cordova 5.3.3 and the Apache Camera Plugin 1.2.0 on IOS 9. I can succesfully take a picture with the camera however when I try to get a picture from photo library it goes back to camera and I get an error "has no access to assets" in the cordova error callback. I am using the following code. navigator.camera.getPicture(onSuccess, onFail, { quality: 75, destinationType: Camera.DestinationType.DATA_URL, sourceType : Camera.PictureSourceType.PHOTOLIBRARY }); When I check the the