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
It's already possible to do that on Android and iOS by specifying the type to PickerType.Image, PickerType.Video or PickerType.ImageAndVideo like this:
val image =FileKit.pickFile(type =PickerType.Image)
// orval singleImagePicker = rememberFilePickerLauncher(type =PickerType.Image) { image ->// Do something with `image` here
}
Thanx for quick response.
I just tried multiplatform samples and didn't see picker through gallery -
only file picker... Though code in samples looks very like yours.
Anyway, will try again
пт, 17 янв. 2025 г., 12:48 Vincent Guillebaud ***@***.***>:
Is it possible pick image/media from gallery? As it's usually done in standard Android/iOS application?
Like: https://developer.android.com/training/data-storage/shared/photopicker
The text was updated successfully, but these errors were encountered: