PieterVanPoyer edited a comment on issue #611: URL: https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-700975341
@wifisher I did made a change to the code. I've read your suggestion of the content uri. You can test the changes with next commands. ``` npx cordova plugin remove cordova-plugin-camera npx cordova plugin add https://github.com/PieterVanPoyer/cordova-plugin-camera.git#bugfix/issue-341-save-to-photo-gallery ``` Can you test this? After testing I could make a PR for this. Another remark: It should be saved to the photo album, if you take a picture with the camera. This issue is about selecting from the gallery and saving a copy to the gallery of it. ( sourceType: this.Camera.PictureSourceType.PHOTOLIBRARY, ) But that's another issue. The issue you are refering to is https://github.com/apache/cordova-plugin-camera/issues/577 or https://github.com/apache/cordova-plugin-camera/issues/341 Kind regards. ---------------------------------------------------------------- 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]
