You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Edna Morales (JIRA)" <ji...@apache.org> on 2014/09/24 19:48:33 UTC

[jira] [Commented] (CB-7580) Cordova 3.5.0-0.2.6 with IOS8 cannot take picture

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

Edna Morales commented on CB-7580:
----------------------------------

I can't reproduce this. Using:
navigator.camera.getPicture(onSuccess, onFail, { quality: 30,
        targetWidth: 640,
        targetHeight: 480,
        saveToPhotoAlbum: true,
        destinationType: Camera.DestinationType.DATA_URL
    });

Are you getting any sort of error output?

> Cordova 3.5.0-0.2.6 with IOS8 cannot take picture
> -------------------------------------------------
>
>                 Key: CB-7580
>                 URL: https://issues.apache.org/jira/browse/CB-7580
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 3.5.0
>         Environment: IOS 8 General Release
>            Reporter: Mark Gregory
>            Priority: Critical
>
> if you call the camera API to take a picture, with 30% and 640 x 480 then the camera appears but the images is not taken by the device.
> you can select a photo from the library no problem.



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