remoorejr / cordova-plugin-camera-with-exif

Cordova Camera Plugin that will return an image as well as the EXIF data (including GPS location) on iOS and Android devices.
Apache License 2.0
38 stars 53 forks source link

iOS 10 no respose when pick a picture #17

Closed claudioviola closed 6 years ago

claudioviola commented 7 years ago

Hello! The plugin works fine for take-picture but doesn't works in pick-picture I'm not receive any successCallback and errorCallback Not happends anythings....

My options are these: defaultOptions = { quality : 60, destinationType : Camera.DestinationType.FILE_URI, sourceType : Camera.PictureSourceType.SAVEDPHOTOALBUM, allowEdit : false, encodingType: Camera.EncodingType.JPEG, popoverOptions: Camera.CameraPopoverOptions, saveToPhotoAlbum: false }; The enviroment settings are: Your system information:

Cordova CLI: 6.4.0 Ionic CLI Version: 2.2.1 Ionic App Lib Version: 2.2.0 ios-deploy version: 1.9.0 ios-sim version: 3.1.1 OS: macOS Sierra Node Version: v6.9.1 Xcode version: Xcode 8.2.1 Build version 8C1002

Do you know any solution? Thanks for your great job!

jim0020 commented 6 years ago

It appears the plugin is not requesting permission to access the camera or photo library.