You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/03 15:41:42 UTC

[GitHub] philonor opened a new issue #125: [iOS] Don't save to photos

philonor opened a new issue #125: [iOS] Don't save to photos 
URL: https://github.com/apache/cordova-plugin-media-capture/issues/125
 
 
   **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/<APP-ID>/tmp/photo_001.jpg by cordova-plugin-media-capture
   - Captured photo is then copied to /mobile/Containers/Data/Application/<APP-ID>/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!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org