You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Omar Mefire (JIRA)" <ji...@apache.org> on 2016/02/26 23:00:19 UTC

[jira] [Comment Edited] (CB-9898) ios getPicture() doesn't store image permanently, only saves to temp directory

    [ https://issues.apache.org/jira/browse/CB-9898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169881#comment-15169881 ] 

Omar Mefire edited comment on CB-9898 at 2/26/16 10:00 PM:
-----------------------------------------------------------

This behavior is the correct one according to the consensus reached in the mailing list. We should be saving this into the tmp folder since it got edited/modified. Also, Android was even recently updated to match this behavior.


was (Author: omefire):
This behavior is the correct one. We should be saving this into the tmp folder. Android was even recently updated to match this behavior.

> ios getPicture() doesn't store image permanently, only saves to temp directory
> ------------------------------------------------------------------------------
>
>                 Key: CB-9898
>                 URL: https://issues.apache.org/jira/browse/CB-9898
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>    Affects Versions: 1.2.0
>            Reporter: Michael Schmidt
>            Assignee: Omar Mefire
>              Labels: iOS, mustfix, reproduced, triaged
>
> Camera options:
> - destinationType: Camera.DestinationType.FILE_URI,
> - saveToPhotoAlbum: true,
> - sourceType: Camera.PictureSourceType.CAMERA,
> Situation: getPicture() on iOS saves a newly taken image into the cordova.file.tempDirectory by default
> Problem: After closing & re-opening the app, the taken pictures are not available any more in the app - this functionality is only on iOS, all other platforms directly persist
> This requires for every camera usage a workaround on ios - Move the file to permanent storage after taking an image:
> http://www.joshmorony.com/store-camera-photos-permanently-using-phonegap-ionic-ngcordova/
> -> directly save the images in permanent storage on iOS
> Further mentions:
> http://stackoverflow.com/questions/33249522/angular-and-ionic-camera-function-wont-save-photo
> http://stackoverflow.com/questions/27910783/cordova-move-file-using-the-file-url



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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