knight9999 edited a comment on issue #436:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/436#issuecomment-667834973


   I updated my forked code.
   
   The situation In my environment (iOS 13.6) was
   Doesn't Work `CameraUsesGeolocation` and `FILE_URI` (The resulting file path 
does not point to the correct image)
   Doesn't Work `CameraUsesGeolocation` and `DATA_URL` (the resulting data is 
empty)
   Doesn't Work `CameraUsesGeolocation` and `NATIVE_URI`. (Never call the 
success callback nor error callback)
   
   My forked code 
https://github.com/knight9999/cordova-plugin-camera/commits/fix-issue-436_on_5.0.X
 
   fixed it. (However, for NATIVE_URI, the geolocation data is not embedded 
into the metadata yet. 
   Because the location manager was not called in this case.)
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to