CB-8782: Updated the docs to talk about the allowEdit quirks, it's not 100% working, but better than it was

This commit is contained in:
Joe Bowser 2015-04-01 11:22:56 -07:00
parent 9fe5b430aa
commit d52b936bd8

View File

@ -256,7 +256,8 @@ Optional parameters to customize the camera settings.
- Any `cameraDirection` value results in a back-facing photo. - 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. - `Camera.PictureSourceType.PHOTOLIBRARY` and `Camera.PictureSourceType.SAVEDPHOTOALBUM` both display the same photo album.