jcesarmobile commented on issue #805: URL: https://github.com/apache/cordova-plugin-camera/issues/805#issuecomment-1234882277
The picker provided by Apple doesn't allow to filter and show only the images that the user selected, it always shows all and that's what we use. When the user select `Select photos` instead of `Allow Access to All Photos`, the library permission is limited instead of granted. Limited means the access to the photo info is limited (i.e. you can't get the photo exif), but you can still get a copy of the photo, which is what the plugin returns. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
