Updated Branches: refs/heads/master 8b1ad9dc3 -> 42992c081
note cameraDirection bug in Android Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/42992c08 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/42992c08 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/42992c08 Branch: refs/heads/master Commit: 42992c081439285b290bc775832d6a6844a77ede Parents: 8b1ad9d Author: Mike Sierra <[email protected]> Authored: Thu Sep 5 09:29:48 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Thu Sep 5 11:01:49 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/cordova/camera/parameter/cameraOptions.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/42992c08/docs/en/edge/cordova/camera/parameter/cameraOptions.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/camera/parameter/cameraOptions.md b/docs/en/edge/cordova/camera/parameter/cameraOptions.md index cbc593d..e9b7fbb 100644 --- a/docs/en/edge/cordova/camera/parameter/cameraOptions.md +++ b/docs/en/edge/cordova/camera/parameter/cameraOptions.md @@ -87,6 +87,8 @@ Optional parameters to customize the camera settings. ## Android Quirks +- Any `cameraDirection` value results in a back-facing photo. + - Ignores the `allowEdit` parameter. - `Camera.PictureSourceType.PHOTOLIBRARY` and `Camera.PictureSourceType.SAVEDPHOTOALBUM` both display the same photo album.
