Hello,
Do I missed some information in the implementations to do what I expect ?
No, MAUI does not currently provide an out-of-the-box API for multiple selections in the photo album.
This is because the UIImagePickerController provided by iOS only has the ability to select one image. For multiple image selections, this actually requires the following two things.
- Read the pictures in the album.
- Put images into a custom CollectionView that supports multiple selections.
Therefore, implementing multiple selection is not actually a configuration and call to the native API, but a complex process.
Is there another solution if I can't use this 2 libraries
For multiple selection in iOS, a user has already submitted a feature request in the Essentials - MediaPicker add method to select multiple images #6903. You can refer to the solution there.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.