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 2021/04/13 11:51:38 UTC

[GitHub] [cordova-plugin-media-capture] chriskhongqarma opened a new issue #216: iOS: save video file to gallery should be optional

chriskhongqarma opened a new issue #216:
URL: https://github.com/apache/cordova-plugin-media-capture/issues/216


   # Feature Request
   
   ## Motivation Behind Feature
   Currently, the plugin saves video into gallery by default on iOS. Developers should have the control over whether the app should save the generated video into gallery or not.
   
   
   ## Feature Description
   a new param `saveToGallery` should be added with 2 values: 1 (save file to gallery) or 0 (not save file to gallery)
   This feature is not intended on Android because since Android 11, if we save the file into gallery (generated by the camera app), our app will not be able get access to that file. Therefore, file should be saved into a FileProvider, which is suggested in #215 PR.
   
   
   
   


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