You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2015/10/17 13:48:05 UTC

[jira] [Closed] (CB-8118) Camera Plugin : since IOS 8.0.2 image is not cropped after editing it (allowEdit=true)

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

jcesarmobile closed CB-8118.
----------------------------
    Resolution: Cannot Reproduce

> Camera Plugin : since IOS 8.0.2 image is not cropped after editing it (allowEdit=true)
> --------------------------------------------------------------------------------------
>
>                 Key: CB-8118
>                 URL: https://issues.apache.org/jira/browse/CB-8118
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>    Affects Versions: Master
>         Environment: cordova 3.6.3
> Camera Plugin 0.3.2
> iOS
> Using Phonegap Build
>            Reporter: Andreas Schröder
>            Assignee: jcesarmobile
>              Labels: camera, cordova-plugin-camera
>
> Dear Sir or Madame,
> we use the allowEdit=true functionality in our getPicture Method.
> This works like a charm on Android or IOS 7.1.2.
> On IOS 8.0.2 the dialog for selecting the image area is opened, but after clicking OK the image isnt cropped so the original ratio is still there. 
> Is this a known issue? 
> This ist our getPictureMethod:
> {code}
>  navigator.camera.getPicture(
>             							app.setTempPic,
>                                         function(message) { alert('get picture failed'); },
>                                         { 
>                                         	targetWidth: 500,
> 											targetHeight: 500,
> 											correctOrientation : true,
>                                         	quality: 50, 
>                                         	allowEdit : true,
>                                         	destinationType: navigator.camera.DestinationType.FILE_URI,
>                                         	sourceType: navigator.camera.PictureSourceType.PHOTOLIBRARY 
>                                         }
>                                         );
> {code}
> Thanks in advance and have a nice day



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