You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Thillaiganesh Chan (JIRA)" <ji...@apache.org> on 2016/02/09 07:58:18 UTC

[jira] [Commented] (CB-5749) App getting crash some times when i use take photo using navigator.camera.getPicture in iOS 7.0

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

Thillaiganesh Chan commented on CB-5749:
----------------------------------------

Could you try closing all other App running in the device and try this scenario.

Could not reproduce on iPhone 6 and iPhone 6 Plus with iOS 9.2.1.

> App getting crash some times when i use take photo using navigator.camera.getPicture in iOS 7.0
> -----------------------------------------------------------------------------------------------
>
>                 Key: CB-5749
>                 URL: https://issues.apache.org/jira/browse/CB-5749
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>         Environment: Cordova-2.4.0, Sencha touch 2.1.1, iOS-7.0, XCode-5.0
> iOS
>            Reporter: kalyani puvvada
>              Labels: Triaged, iOS, memory-leak
>
> I am getting this crash in iOS 7 only. In iOS 6 it works fine. I used the following code for take photo.
> {code:javascript}
> var destinationType=navigator.camera.DestinationType;
> navigator.camera.getPicture(this.caregiverPhotoSuccess, this.caregiverPhotoFail, {
>      quality: 50,
>      targetWidth:300,
>      targetHeight:300,
>      destinationType: destinationType.DATA_URL,
>      sourceType:2,
>      correctOrientation: true 
> });
> {code}
> I am getting this error when app crash.
>       Received memory warning.
>       Plugin 'CDVCamera' has a pending operation, memory purge is delayed for didReceiveMemoryWarning.



--
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