You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/24 06:37:07 UTC

[GitHub] [cordova-plugin-camera] bojanbizjak commented on issue #702: No result with mediaType SAVEDPHOTOALBUM and enabled CameraUsesGeolocation (iOS)

bojanbizjak commented on issue #702:
URL: https://github.com/apache/cordova-plugin-camera/issues/702#issuecomment-805542381


   Same here.
   
   Callback onSuccess is never called when using mediaType SAVEDPHOTOALBUM with enabled CameraUsesGeolocation preference setting.
   
   Options:
   ```
   {
                   quality: 100,
                   destinationType: Camera.DestinationType.FILE_URI,
                   sourceType: Camera.PictureSourceType.SAVEDPHOTOALBUM,
                   saveToPhotoAlbum: false,
                   mediaType: Camera.MediaType.PICTURE
               }
   ```
   
   Environment, Platform, Device
   Cordova 10.0.0
   iOS Platform 6.2.0
   iPhone OS 14.4.1 (iPhone 7 Plus)
   cordova-plugin-camera: 5.0.1,
   
   Version information
   Xcode 12.4


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org