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

ASF GitHub Bot commented on CB-9930:
------------------------------------

Github user riknoll commented on the pull request:

    
https://github.com/apache/cordova-plugin-camera/pull/131#issuecomment-154495633
  
    There are a number of JIRAs that are unhappy with the native iOS crop 
(CB-9930, CB-2648), but I agree that this needs to be discussed on the mailing 
list. I also wonder if this should be left to a third party plugin since this 
pull isn't replacing the native crop and is based off an external library 
already. I totally agree that cropping in general does not seem very useful as 
it currently exists in the camera plugin (especially on Android) and so I 
wonder if we should even be encouraging people to use allowEdit as opposed to 
other options. If we decide that it is an important feature that makes sense to 
be in our plugin, we should look into doing something about Android as well.


> iOS cannot move the selected area when cropping
> -----------------------------------------------
>
>                 Key: CB-9930
>                 URL: https://issues.apache.org/jira/browse/CB-9930
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>    Affects Versions: 3.5.0
>            Reporter: Thomas Fétiveau
>
> When calling getPicture with the following options:
> {code:javascript}
>                       {
>                               allowEdit : true,
>                               targetWidth : 400,
>                               targetHeight : 400
>                       }
> {code}
> It is impossible to move the selected area when cropping. What I was 
> expecting with those options is that the user could crop a 400 px x 400 px 
> out of the captured image and move that 400x400 selection before validating 
> his crop selection...



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to