You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/23 19:18:35 UTC

[cordova-plugin-camera] branch master updated: fix quirk

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git


The following commit(s) were added to refs/heads/master by this push:
     new bfbe4a1  fix quirk
bfbe4a1 is described below

commit bfbe4a1e52c3d07c09f78db5dff7df75f31c6cd3
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Nov 23 20:18:31 2018 +0100

    fix quirk
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3d57f32..57d9a83 100644
--- a/README.md
+++ b/README.md
@@ -520,7 +520,7 @@ Tizen only supports a `destinationType` of
 
 #### Amazon Fire OS Quirks
 
-- Any `cameraDirection` value results in a back-facing photo (= You can only use the back camera).
+- Any `cameraDirection` value results in a back-facing photo.
 
 - Ignores the `allowEdit` parameter.
 
@@ -528,7 +528,7 @@ Tizen only supports a `destinationType` of
 
 #### Android Quirks
 
-- Any `cameraDirection` value results in a back-facing photo.
+- Any `cameraDirection` value results in a back-facing photo. (= You can only use the back camera)
 
 - **`allowEdit` is unpredictable on Android and it should not be used!** The Android implementation of this plugin tries to find and use an application on the user's device to do image cropping. The plugin has no control over what application the user selects to perform the image cropping and it is very possible that the user could choose an incompatible option and cause the plugin to fail. This sometimes works because most devices come with an application that handles cropping in a way  [...]
 


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