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

Colin Bau updated CB-9170:
--------------------------
    Description: 
ccording to this
https://github.com/apache/cordova-plugin-camera

I am using
{ destinationType : Camera.DestinationType.FILE_URL, sourceType : 
Camera.PictureSourceType.CAMERA, encodingType: Camera.EncodingType.JPEG, 
targetWidth: 100, targetHeight: 100, saveToPhotoAlbum: TRUE, allowEdit : true }

in Android the attribute "allowEdit"
set to true => will show the edit window
set to false => will not show the edit window

but in iOS
no mater true or false,seem the edit window will not show

  was:
ccording to this
https://github.com/apache/cordova-plugin-camera
I am using

{ destinationType : Camera.DestinationType.FILE_URL, sourceType : 
Camera.PictureSourceType.CAMERA, encodingType: Camera.EncodingType.JPEG, 
targetWidth: 100, targetHeight: 100, saveToPhotoAlbum: TRUE, allowEdit : true }

in Android the attribute "allowEdit"
set to true => will show the edit window
set to false => will not show the edit window

but in iOS
no mater true or false,seem the edit window will not show


> allowEdit seem not work in iOS
> ------------------------------
>
>                 Key: CB-9170
>                 URL: https://issues.apache.org/jira/browse/CB-9170
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS, Plugin Camera
>         Environment: I am using Cordova Cli 5.0 with all latest core plugin
>            Reporter: Colin Bau
>              Labels: camera
>
> ccording to this
> https://github.com/apache/cordova-plugin-camera
> I am using
> { destinationType : Camera.DestinationType.FILE_URL, sourceType : 
> Camera.PictureSourceType.CAMERA, encodingType: Camera.EncodingType.JPEG, 
> targetWidth: 100, targetHeight: 100, saveToPhotoAlbum: TRUE, allowEdit : true 
> }
> in Android the attribute "allowEdit"
> set to true => will show the edit window
> set to false => will not show the edit window
> but in iOS
> no mater true or false,seem the edit window will not show



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