question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Essentials - MediaPicker add method to select multiple images

See original GitHub issue

Description

Currently for images/photos, there is MediaPicker class with PickPhotoAsync and CapturePhotoAsync methods available. PickPhotoAsync only selects 1 image at a time from gallery. However, for FilePicker, there is PickMultipleAsync method available.

It should be possible to select multiple images, too.

Temporary workaround:

  • probably via FilePicker.PickMultipleAsync with some image types restriction but that is unneccessary complexity

Public API Changes

MediaPicker class: add PickMultiplePhotosAsync or similar method

Intended Use-Case

pick multiple images from gallery

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:32
  • Comments:8

github_iconTop GitHub Comments

7reactions
johanlangevillecabcommented, Aug 24, 2022

It would also be nice to have a CapturePhotosAsync to take multiple photos without closing the camera

3reactions
nathanjeynescommented, Jan 4, 2023

This is needed and was available in the Xamarin forms essentials, not sure why this has been left out but its a key feature that many apps rely on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pick Multiple Images and Videos with This Xamarin ... - YouTube
The MediaGallery plugin allows you to pick one or multiple media files ... MediaGallery Essentials MediaPicker Video: ... Add a comment.
Read more >
Xamarin.Essentials: Media Picker
The MediaPicker class in Xamarin.Essentials lets a user pick or take a photo or video on the device.
Read more >
Open multiple images from Gallery with Xamarin.Forms on ...
Unfortunately, the MediaPicker from the Xamarin Essentials only supports to take or load one image, so if you need to get multiple pictures...
Read more >
Is there a way to allow user to select multiple photos and ...
1 Answer 1 ... MediaPicker not supports multiple select. So you need to use dependency service for each platform to implement it. For...
Read more >
Select multiple images from the gallery in Xamarin Forms
In this post I will explain in detail how to select multiple images from the native gallery in Xamarin Forms and more! Daniel...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found