codeconsole commented on issue #452:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/452#issuecomment-783589491


   I created a pull request with @ryaa 's working changes and missing commits 
from master:
   https://github.com/apache/cordova-plugin-camera/pull/712
   
   You can use the plugin in your code by running the following commands:
   ```
     cordova plugin remove cordova-plugin-camera
     cordova plugin add 
https://github.com/codeconsole/cordova-plugin-camera.git#ryaa
   ```
   
   
   Can be verified working by running the following:
   ```
   % cordova --version
   10.0.0
   ```
   
   ```
     git clone https://github.com/codeconsole/exiftest
     cd exiftest
     cordova prepare
     cordova plugin remove cordova-plugin-camera
     cordova plugin add 
https://github.com/codeconsole/cordova-plugin-camera.git#ryaa
     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