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

Richard B Knoll commented on CB-8234:
-------------------------------------

I can't reproduce this with the master version of the camera plugin on iOS 8.4 
(with an iPod Touch). Are people still experiencing it? Also, does that error 
message actually mean anything? Apparently, [some people even get it in Apple's 
sample projects|http://stackoverflow.com/a/19743276]. I've always seen that 
with the camera plugin regardless of if the plugin is functioning correctly, so 
I'm going to guess it's unrelated to this issue.

> iOS Camera gives empty snapshot result
> --------------------------------------
>
>                 Key: CB-8234
>                 URL: https://issues.apache.org/jira/browse/CB-8234
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>         Environment: iOS 8.1, iPhone 6/6+
>            Reporter: pvagare
>              Labels: ios
>
> 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.
> {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");
> }
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to