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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ Allows the user to pick multiple pictures from the photo gallery.
382
382
|**`encodingType`**| <code><ahref="#encodingtype">EncodingType</a></code> | The encoding type for the captured photo - JPEG or PNG. Note: This option is only supported on Android and iOS. | <code>EncodingType.JPEG</code> | 8.1.0 |
383
383
|**`saveToGallery`**| <code>boolean</code> | Whether to save the photo to the gallery. Note: This option is only supported on Android and iOS. | <code>false</code> | 8.1.0 |
384
384
|**`cameraDirection`**| <code><ahref="#cameradirection">CameraDirection</a></code> | iOS and Web only: The camera direction. | <code>CameraDirection.Rear</code> | 8.1.0 |
385
-
|**`allowEdit`**| <code>boolean</code> | Whether to allow the user to crop or make small edits. Note: This option is only supported on Android and iOS. || 8.1.0 |
385
+
|**`allowEdit`**| <code>boolean</code> | Whether to allow the user to crop or make small edits. Note: This option is only supported on Android and iOS. |<code>false</code>| 8.1.0 |
386
386
|**`editInApp`**| <code>boolean</code> | If `true`, will use an in-app editor for photo edition. If `false`, will open a separate (platform-specific) native app to handle photo edition, falling back to the in-app editor if none is available. Only applicable with `allowEdit` set to true. Note: This option is only supported on Android and iOS. | <code>true</code> | 8.1.0 |
387
387
|**`presentationStyle`**| <code>'fullscreen' \| 'popover'</code> | iOS only: The presentation style of the Camera. | <code>'fullscreen'</code> | 8.1.0 |
388
388
|**`webUseInput`**| <code>boolean</code> | Web only: Whether to use the PWA Element experience or file input. The default is to use PWA Elements if installed and fall back to file input. To always use file input, set this to `true`. Learn more about PWA Elements: https://capacitorjs.com/docs/web/pwa-elements|| 8.1.0 |
@@ -420,7 +420,7 @@ Allows the user to pick multiple pictures from the photo gallery.
420
420
|**`allowMultipleSelection`**| <code>boolean</code> | Whether or not to allow selecting multiple media files from the gallery. | <code>false</code> | 8.1.0 |
421
421
|**`limit`**| <code>number</code> | The maximum number of media files that the user can choose. Only applicable if `allowMultipleSelection` is `true`. Any non-positive number will be treated as unlimited. Note: This option is only supported on Android 13+ and iOS. | <code>0</code> | 8.1.0 |
422
422
|**`includeMetadata`**| <code>boolean</code> | Whether or not <ahref="#mediaresult">MediaResult</a> should include its metadata. If an error occurs when obtaining the metadata, it will return empty. Note: This option is only supported on Android and iOS. | <code>false</code> | 8.1.0 |
423
-
|**`allowEdit`**| <code>boolean</code> | Whether to allow the user to crop or make small edits. Only applicable for <ahref="#mediatype">`MediaType.picture`</a> and `allowMultipleSelection` set to `false`. Note: This option is only supported on Android and iOS. || 8.1.0 |
423
+
|**`allowEdit`**| <code>boolean</code> | Whether to allow the user to crop or make small edits. Only applicable for <ahref="#mediatype">`MediaType.picture`</a> and `allowMultipleSelection` set to `false`. Note: This option is only supported on Android and iOS. |<code>false</code>| 8.1.0 |
424
424
|**`editInApp`**| <code>boolean</code> | If `true`, will use an in-app editor for photo edition. If `false`, will open a separate (platform-specific) native app to handle photo edition, falling back to the in-app editor if none is available. Only applicable with `allowEdit` set to true. Note: This option is only supported on Android and iOS. | <code>true</code> | 8.1.0 |
425
425
|**`presentationStyle`**| <code>'fullscreen' \| 'popover'</code> | iOS only: The presentation style of media picker. | <code>'fullscreen'</code> | 8.1.0 |
426
426
|**`quality`**| <code>number</code> | The quality of images to return, from 0-100. Only applicable for <ahref="#mediatype">`MediaType.picture`</a> and JPEG format. Note: This option is only supported on Android and iOS. | <code>100</code> | 8.1.0 |
0 commit comments