apache / cordova-plugin-media-capture

Apache Cordova Media Capture Plugin
https://cordova.apache.org/
Apache License 2.0
307 stars 492 forks source link

[iOS] Don't save to photos #125

Open philonor opened 5 years ago

philonor commented 5 years ago

OS: iOS Version: 12.1 (16B92) Plugin Version: 3.0.2

Actual Behavior: Captured photo is visible in Photos.

Expected Behavior: Captured photo shouldn't be visible in Photos / CaptureOptions should allow to define whether saved to Photos or not.

Details:

Any ideas why it is behaving like this?

Thank you!

D-Marc1 commented 5 years ago

Ideally, there should be a boolean option called saveToPhotoAlbum, like in the Cordova Camera plugin.