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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ Imagepicker plugin supporting both single and multiple selection.
22
22
-[Request permissions, show the images list and process the selection](#request-permissions-show-the-images-list-and-process-the-selection)
23
23
-[API](#api)
24
24
-[Methods](#methods)
25
-
-[Properties](#properties)
26
-
-[Image properties](#image-properties)
27
25
-[Contribute](#contribute)
28
26
-[Get Help](#get-help)
29
27
@@ -134,6 +132,7 @@ context
134
132
| numberOfColumnsInPortrait | iOS | 4 | Set the number of columns in Portrait orientation. |
135
133
| numberOfColumnsInLandscape | iOS | 7 | Set the number of columns in Landscape orientation. |
136
134
| mediaType | both | Any | Choose whether to pick Image/Video/Any type of assets. |
135
+
| showAdvanced | Android | false | Show internal and removable storage options on Android (**WARNING**: [not supported officially](https://issuetracker.google.com/issues/72053350)). |
137
136
138
137
The **hostView** parameter can be set to the view that hosts the image picker. Applicable in iOS only, intended to be used when open picker from a modal page.
0 commit comments