From d52b936bd8a0f17dbeaf50bfdf7f24769b0b422e Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Wed, 1 Apr 2015 11:22:56 -0700 Subject: [PATCH] CB-8782: Updated the docs to talk about the allowEdit quirks, it's not 100% working, but better than it was --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59dc7a2..8630bd0 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,8 @@ Optional parameters to customize the camera settings. - Any `cameraDirection` value results in a back-facing photo. -- Ignores the `allowEdit` parameter. +- Android also uses the Crop Activity for allowEdit, even though crop should work and actually pass the cropped image back to Cordova, the only one that works consistently is the one bundled +with the Google Plus Photos application. Other crops may not work. - `Camera.PictureSourceType.PHOTOLIBRARY` and `Camera.PictureSourceType.SAVEDPHOTOALBUM` both display the same photo album.