[ 
https://issues.apache.org/jira/browse/CB-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lorin Beer updated CB-2842:
---------------------------
    Assignee:     (was: Lorin Beer)

> BB10, getPicture not respecting targetWidth/targetHeight
> --------------------------------------------------------
>
>                 Key: CB-2842
>                 URL: https://issues.apache.org/jira/browse/CB-2842
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry
>    Affects Versions: 2.5.0
>            Reporter: Raymond Camden
>            Priority: Minor
>
> I've got a simple demo that makes use of the camera and places the result in 
> the DOM:
> navigator.camera.getPicture(function(d) {
>               
>       //Assign to img
>       $("#destPicture").attr("src", d);
> }, generalError, 
> { destinationType:Camera.DestinationType.FILE_URI, quality: 75, targetWidth: 
> 300, targetHeight: 300});
> On my BB10 device, the target attributes are being ignored and the image is 
> displayed at full size.



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

Reply via email to