You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android 10 (API 29) and later devices does not require `WRITE_EXTERNAL_STORAGE` permission. If your application only supports Android 10 or later, then this step is not necessary.
181
+
170
182
__Supported Platforms__
171
183
172
184
- Android
@@ -263,7 +275,7 @@ Optional parameters to customize the camera settings.
263
275
| targetHeight | <code>number</code> || Height in pixels to scale image. Must be used with `targetWidth`. Aspect ratio remains constant. |
264
276
| mediaType | <code>[MediaType](#module_Camera.MediaType)</code> | <code>PICTURE</code> | Set the type of media to select from. Only works when `PictureSourceType` is `PHOTOLIBRARY` or `SAVEDPHOTOALBUM`. |
265
277
| correctOrientation | <code>Boolean</code> || Rotate the image to correct for the orientation of the device during capture. |
266
-
| saveToPhotoAlbum | <code>Boolean</code> || Save the image to the photo album on the device after capture. |
278
+
| saveToPhotoAlbum | <code>Boolean</code> || Save the image to the photo album on the device after capture.<br />See [Android Quirks](#cameragetpicturesuccesscallback-errorcallback-options).|
267
279
| popoverOptions | <code>[CameraPopoverOptions](#module_CameraPopoverOptions)</code> || iOS-only options that specify popover location in iPad. |
268
280
| cameraDirection | <code>[Direction](#module_Camera.Direction)</code> | <code>BACK</code> | Choose the camera to use (front- or back-facing). |
0 commit comments