Supported on Android and iOS targets
- On Android, FileKit provides the Photo Picker API.
- On iOS, FileKit provides the PHPickerViewController API.
Open the gallery picker
To open the gallery picker dialog on Android and iOS, simply passImage
, Video
, or ImageAndVideo
to the type
parameter:
Maximum number of items
On both Android and iOS, you can set a limit on the number of items a user can select by passing themaxItems
parameter to FileKitMode.Multiple()
: