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] Don't save to photos #125

Open
philonor opened this issue Jan 3, 2019 · 1 comment
Open

[iOS] Don't save to photos #125

philonor opened this issue Jan 3, 2019 · 1 comment

Comments

@philonor
Copy link

philonor commented Jan 3, 2019

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:

  • Captured photo is stored in /mobile/Containers/Data/Application//tmp/photo_001.jpg by cordova-plugin-media-capture
  • Captured photo is then copied to /mobile/Containers/Data/Application//Library/NoCloud/xyz.jpg
  • Original photo is deleted from temp folder
  • Photo is still visible in Photos

Any ideas why it is behaving like this?

Thank you!

@D-Marc1
Copy link

D-Marc1 commented May 5, 2019

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

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

No branches or pull requests

3 participants