Update documentation with android fixOrientation option

This commit is contained in:
Michaël Villeneuve
2018-02-23 16:25:49 +01:00
parent 8b26827730
commit 2a49ed75cd
+2
View File
@@ -247,6 +247,8 @@ Supported options:
- `base64` (boolean true or false) Use this with `true` if you want a base64 representation of the picture taken on the return data of your promise. If no value is specified `base64:false` is used.
- `exif` (boolean true or false) Use this with `true` if you want a exif data map of the picture taken on the return data of your promise. If no value is specified `exif:false` is used.
- `fixOrientation` (android only, boolean true or false) Use this with `true` if you want to fix incorrect image orientation (can take up to 5 seconds on some devices). Do not provide this if you only need EXIF based orientation.
The promise will be fulfilled with an object with some of the following properties: