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 2020/08/03 06:44:46 UTC

[GitHub] [cordova-plugin-camera] knight9999 edited a comment on issue #436: CameraUsesGeolocation and NATIVE_URI aren't working when used together

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) is
   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:
users@infra.apache.org



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