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

2016-09-23 Thread BeTop (JIRA)

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

BeTop commented on CB-5749:
---

@jecsarmobile
thank you, it worked fine on last plugin.

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2016-09-23 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-5749:
--

Are you using latest version of the plugin? There was another issue that made 
app crash on iOS 10, but was fixed and released

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2016-09-23 Thread BeTop (JIRA)

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

BeTop commented on CB-5749:
---

This is working on iOS 10?
I got app crash on iOS 10.

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2016-06-01 Thread Leon Greeff (JIRA)

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

Leon Greeff commented on CB-5749:
-

I started getting this issue as soon as I upgraded one of my android devices (6 
edge+) to 6.0.1
When I deploy to any 5.*.* it still works. I've tried the solutions suggested.
How I know it has to be the plugin, is because I have other apps in the app 
stores that are still working on older operating systems,
when downloaded and installed on 6.0.1 they crash. It might have to do with 
security settings or permissions. Think I'm getting closer to the problem.

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2016-02-08 Thread Thillaiganesh Chan (JIRA)

[ 
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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2014-02-07 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5749:
--

I would recommend against using DATA_URL, make sure quality is <= 50% if you 
use this. We will remove support for DATA_URL in the future because of these 
issues.

> 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: iOS, Plugin Camera
> Environment: Cordova-2.4.0, Sencha touch 2.1.1, iOS-7.0, XCode-5.0
>Reporter: kalyani puvvada
>
> I am getting this crash in iOS 7 only. In iOS 6 it works fine. I used the 
> following code for take photo.
>  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 });
> 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.1.5#6160)


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

2014-02-03 Thread Daniel Morgan (JIRA)

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

Daniel Morgan commented on CB-5749:
---

Do you also see this in your logs by chance?

'Snapshotting a view that has not been rendered results in an empty snapshot. 
Ensure your view has been rendered at least once before snapshotting or 
snapshot after screen updates.'

> 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: iOS, Plugin Camera
> Environment: Cordova-2.4.0, Sencha touch 2.1.1, iOS-7.0, XCode-5.0
>Reporter: kalyani puvvada
>
> I am getting this crash in iOS 7 only. In iOS 6 it works fine. I used the 
> following code for take photo.
>  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 });
> 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.1.5#6160)