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/10/01 14:22:54 UTC

[GitHub] [cordova-plugin-camera] PieterVanPoyer commented on issue #611: Cannot use saveToPhotoAlbum: true on Android 10

PieterVanPoyer commented on issue #611:
URL: https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-702170625


   I did make a Pull Request to solve the issue with saveToPhotoAlbum and the camera. https://github.com/apache/cordova-plugin-camera/pull/669
   But this code is not in the master.
   You could try (for testing purposes) to install my fork (for now).
   
   ```
   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
   ```
   
   I don't think updating (or installing the fork) is possible without updating the Cordova CLI and cordova android version. (Current version of the cli is 10, I believe.)
   
   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:
users@infra.apache.org



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