[
https://issues.apache.org/jira/browse/CB-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-9795.
----------------------------
Resolution: Duplicate
Assignee: jcesarmobile
It's duplicated and it's been fixed on this pull request
https://github.com/apache/cordova-plugin-camera/pull/120
> allowEdit not work in cordova-plugin-camera
> --------------------------------------------
>
> Key: CB-9795
> URL: https://issues.apache.org/jira/browse/CB-9795
> Project: Apache Cordova
> Issue Type: Bug
> Environment: [email protected]
> android
> Reporter: gao
> Assignee: jcesarmobile
> Labels: allowEdit, camera
>
> option = {quality: 30,sourceType:
> Camera.PictureSourceType.CAMERA,destinationType:
> Camera.DestinationType.FILE_URI,encodingType:
> Camera.EncodingType.JPEG,mediaType: Camera.MediaType.PICTURE};
> take picture > modify picture > return the url
> you will see the url returned is the piture not midify
> and i found CameraLauncher.java line 445
> bitmap = getScaledBitmap(FileHelper.stripFileProtocol(imageUri.toString()));
> modify it:
> if(allowEdit && croppedUri != null){
> bitmap =
> getScaledBitmap(FileHelper.stripFileProtocol(croppedUri.toString()));
> }else{
> bitmap =
> getScaledBitmap(FileHelper.stripFileProtocol(imageUri.toString()));
> }
> bug fixed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]