codeconsole edited a comment on issue #524:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/524#issuecomment-782920862


   I have created a very easy to run example that demonstrates that EXIF 
information is lost:
   https://github.com/codeconsole/exiftest
   
   and clearly demonstrates that @ryaa 's solution fixes it.
   ```
   % cordova --version
   10.0.0
   ```
   
   ```
     git clone https://github.com/codeconsole/exiftest
     cd exiftest
     cordova prepare
     cordova run ios
   ```
   
   Verify limited exif information. In the simulator, click the Photo Library 
button, choose an image and then notice partial exif info.  No make/model/etc.
   
   Now, switch the plugin to  @ryaa 's solution.
   
   ```
     cordova plugin remove cordova-plugin-camera
     cordova plugin add https://github.com/ryaa/cordova-plugin-camera.git
     cordova run ios
   ```
   
   Choose a photo and notice all the exif information is there.


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