[jira] [Commented] (CB-8234) IOS phonegap camera gives empty snapshot result in IOS 8.1 on iPhone 6 /iPhone 6 plus.

2015-04-03 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-8234:
--

This is an open source product, don't demand bug fixes, provide them yourselves.

If any of you send me an iPhone 6 or iPhone 6 plus to test I can look into it.

> IOS phonegap camera gives empty snapshot result in IOS 8.1 on iPhone 6 
> /iPhone 6 plus. 
> ---
>
> Key: CB-8234
> URL: https://issues.apache.org/jira/browse/CB-8234
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Reporter: pvagare
>
> I get following error while I am taking the photo from iPhone camera.
> "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."
> My platform details.  IOS 8.1.2, cordova 3.5,iPhone 6 Plus
> Please update the camera plugin as early as possible. 
> Please refer the following JavaScript code.
>  navigator.camera.getPicture(onSuccess, onFail, {
> quality:100,
> destinationType: 
> Camera.DestinationType.FILE_URI,
> sourceType: 
> Camera.PictureSourceType.PHOTOLIBRARY,
> encodingType: 
> Camera.EncodingType.JPEG,
> targetWidth:960,
> targetHeight:640
> });
> function onSuccess(imageURI){
>   console.log(imageURI);
> }
> function onFail(){
>alert("Fail");
> }



--
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-8234) IOS phonegap camera gives empty snapshot result in IOS 8.1 on iPhone 6 /iPhone 6 plus.

2015-02-20 Thread josh pine (JIRA)

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

josh pine commented on CB-8234:
---

Please look into issue.

> IOS phonegap camera gives empty snapshot result in IOS 8.1 on iPhone 6 
> /iPhone 6 plus. 
> ---
>
> Key: CB-8234
> URL: https://issues.apache.org/jira/browse/CB-8234
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Reporter: pvagare
>
> I get following error while I am taking the photo from iPhone camera.
> "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."
> My platform details.  IOS 8.1.2, cordova 3.5,iPhone 6 Plus
> Please update the camera plugin as early as possible. 
> Please refer the following JavaScript code.
>  navigator.camera.getPicture(onSuccess, onFail, {
> quality:100,
> destinationType: 
> Camera.DestinationType.FILE_URI,
> sourceType: 
> Camera.PictureSourceType.PHOTOLIBRARY,
> encodingType: 
> Camera.EncodingType.JPEG,
> targetWidth:960,
> targetHeight:640
> });
> function onSuccess(imageURI){
>   console.log(imageURI);
> }
> function onFail(){
>alert("Fail");
> }



--
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-8234) IOS phonegap camera gives empty snapshot result in IOS 8.1 on iPhone 6 /iPhone 6 plus.

2015-01-19 Thread pvagare (JIRA)

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

pvagare commented on CB-8234:
-

Please look into issue.

> IOS phonegap camera gives empty snapshot result in IOS 8.1 on iPhone 6 
> /iPhone 6 plus. 
> ---
>
> Key: CB-8234
> URL: https://issues.apache.org/jira/browse/CB-8234
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Reporter: pvagare
>
> I get following error while I am taking the photo from iPhone camera.
> "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."
> My platform details.  IOS 8.1.2, cordova 3.5,iPhone 6 Plus
> Please update the camera plugin as early as possible. 
> Please refer the following JavaScript code.
>  navigator.camera.getPicture(onSuccess, onFail, {
> quality:100,
> destinationType: 
> Camera.DestinationType.FILE_URI,
> sourceType: 
> Camera.PictureSourceType.PHOTOLIBRARY,
> encodingType: 
> Camera.EncodingType.JPEG,
> targetWidth:960,
> targetHeight:640
> });
> function onSuccess(imageURI){
>   console.log(imageURI);
> }
> function onFail(){
>alert("Fail");
> }



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