Essentials - MediaPicker add method to select multiple images
See original GitHub issueDescription
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:
- Created a year ago
- Reactions:32
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would also be nice to have a CapturePhotosAsync to take multiple photos without closing the camera
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.