You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2012/04/05 21:02:12 UTC

[38/38] docs commit: Update docs/en/1.5.0rc1/phonegap/camera/camera.getPicture.md

Update docs/en/1.5.0rc1/phonegap/camera/camera.getPicture.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/e28a9437
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/e28a9437
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/e28a9437

Branch: refs/heads/master
Commit: e28a943705df6584a3f215a7f692cdc04c80296a
Parents: 2c931b7
Author: ghtomcat <ml...@yahoo.com>
Authored: Wed Mar 7 14:31:23 2012 +0100
Committer: ghtomcat <ml...@yahoo.com>
Committed: Wed Mar 7 14:31:23 2012 +0100

----------------------------------------------------------------------
 .../1.5.0rc1/phonegap/camera/camera.getPicture.md  |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e28a9437/docs/en/1.5.0rc1/phonegap/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/1.5.0rc1/phonegap/camera/camera.getPicture.md b/docs/en/1.5.0rc1/phonegap/camera/camera.getPicture.md
index 268002b..b2463fe 100644
--- a/docs/en/1.5.0rc1/phonegap/camera/camera.getPicture.md
+++ b/docs/en/1.5.0rc1/phonegap/camera/camera.getPicture.md
@@ -32,6 +32,7 @@ Supported Platforms
 - Blackberry WebWorks (OS 5.0 and higher)
 - iPhone
 - Windows Phone 7 ( Mango )
+- webOS
 
 Quick Example
 -------------
@@ -169,3 +170,10 @@ Full Example
         <img style="display:none;" id="largeImage" src="" />
       </body>
     </html>
+
+webOS Quirks
+------------
+- Ignores the quality parameter.
+- Ignores the sourceType parameter.
+- Ignores the allowEdit parameter.
+- Camera.MediaType is not supported.