You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Prashant Tiwari (JIRA)" <ji...@apache.org> on 2015/01/16 07:52:36 UTC

[jira] [Commented] (CB-8299) Camera Plugin does not capture the image.

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

Prashant Tiwari commented on CB-8299:
-------------------------------------

I  have tested above code is working fine in iPhone 4s and iPhone 5s. but not working on the iPhone 6 /iPhone 6 plus.

> Camera Plugin does not capture the image.
> -----------------------------------------
>
>                 Key: CB-8299
>                 URL: https://issues.apache.org/jira/browse/CB-8299
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>            Reporter: Prashant Tiwari
>
> The camera is causing problems for me in iOS 8.1. The camera turns on and it appears to take the picture. However, the success and failure functions are never called,Instead, the console shows the following text: 
> "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.
> I have used the following code. Please refer the code.
> navigator.camera.getPicture(success, fail, {
>                                         quality: 50,
>                                         destinationType: Camera.DestinationType.FILE_URI,
>                                         encodingType: Camera.EncodingType.JPEG,
>                                         targetWidth: 960,
>                                         targetHeight: 640
>                                         });
> function success(URL){
>  console.log(URL);
> }
> function fail(){
>  console.log("Error");
> }
> Cordova details.
> Cordova 3.5
> IOS 8.1
> iPhone 6 plus for testing.
> Latest camera plugin.



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