jcesarmobile closed pull request #264: change CameraOptions of README.md in ios
URL: https://github.com/apache/cordova-plugin-camera/pull/264
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 436eefd6..b944b766 100644
--- a/README.md
+++ b/README.md
@@ -255,7 +255,7 @@ Optional parameters to customize the camera settings.
 | quality | <code>number</code> | <code>50</code> | Quality of the saved 
image, expressed as a range of 0-100, where 100 is typically full resolution 
with no loss from file compression. (Note that information about the camera's 
resolution is unavailable.) |
 | destinationType | 
<code>[DestinationType](#module_Camera.DestinationType)</code> | 
<code>FILE_URI</code> | Choose the format of the return value. |
 | sourceType | 
<code>[PictureSourceType](#module_Camera.PictureSourceType)</code> | 
<code>CAMERA</code> | Set the source of the picture. |
-| allowEdit | <code>Boolean</code> | <code>true</code> | Allow simple editing 
of image before selection. |
+| allowEdit | <code>Boolean</code> | <code>false</code> | Allow simple editing 
of image before selection. |
 | encodingType | <code>[EncodingType](#module_Camera.EncodingType)</code> | 
<code>JPEG</code> | Choose the  returned image file's encoding. |
 | targetWidth | <code>number</code> |  | Width in pixels to scale image. Must 
be used with `targetHeight`. Aspect ratio remains constant. |
 | targetHeight | <code>number</code> |  | Height in pixels to scale image. 
Must be used with `targetWidth`. Aspect ratio remains constant. |
diff --git a/www/Camera.js b/www/Camera.js
index d0067870..f468f627 100644
--- a/www/Camera.js
+++ b/www/Camera.js
@@ -66,7 +66,7 @@ for (var key in Camera) {
  * @property {number} [quality=50] - Quality of the saved image, expressed as 
a range of 0-100, where 100 is typically full resolution with no loss from file 
compression. (Note that information about the camera's resolution is 
unavailable.)
  * @property {module:Camera.DestinationType} [destinationType=FILE_URI] - 
Choose the format of the return value.
  * @property {module:Camera.PictureSourceType} [sourceType=CAMERA] - Set the 
source of the picture.
- * @property {Boolean} [allowEdit=true] - Allow simple editing of image before 
selection.
+ * @property {Boolean} [allowEdit=false] - Allow simple editing of image 
before selection.
  * @property {module:Camera.EncodingType} [encodingType=JPEG] - Choose the  
returned image file's encoding.
  * @property {number} [targetWidth] - Width in pixels to scale image. Must be 
used with `targetHeight`. Aspect ratio remains constant.
  * @property {number} [targetHeight] - Height in pixels to scale image. Must 
be used with `targetWidth`. Aspect ratio remains constant.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to