Skip to content

Commit

Permalink
fix quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Nov 23, 2018
1 parent 86b0bf2 commit bfbe4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -520,15 +520,15 @@ 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.

- `Camera.PictureSourceType.PHOTOLIBRARY` and `Camera.PictureSourceType.SAVEDPHOTOALBUM` both display the same photo album.

#### 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 that is compatible with this plugin (Google Plus Photos), but it is unwise to rely on that being the case. If image editing is essential to your application, consider seeking a third party library or plugin that provides its own image editing utility for a more robust solution.

Expand Down

0 comments on commit bfbe4a1

Please sign in to comment.