[
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: [email protected]
For additional commands, e-mail: [email protected]