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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to