Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: save video file to gallery should be optional #216

Open
chriskhongqarma opened this issue Apr 13, 2021 · 0 comments
Open

iOS: save video file to gallery should be optional #216

chriskhongqarma opened this issue Apr 13, 2021 · 0 comments

Comments

@chriskhongqarma
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant