-
Notifications
You must be signed in to change notification settings - Fork 502
[Enhancement] Add possibility to make multipick for Media Picker #1410
Comments
I wonder what the actual changes will be. Is this just a flag to the native implementation, or a whole new logic? 🤔 |
I have read in the documentation of PHPickerViewController that this controller provides multiple-picker, just need to add SelectionLimit for PHPickerConfiguration. Need to wait when @jamesmontemagno will upgrade UIImagePickerController. |
I have a PR for the upgrade to However, this might break VS2017, but I can't seem to even get VS2017 to connect to Apple to install certs. |
given that james' CrossMedia MediaPlugin is being archived soon, really hoping this feature is added. The PHPicker library does make this pretty easy on iOS however support will be limited to iOS 14+. On Android you just have to insert the EXTRA_ALLOW_MULTIPLE to the intent. However some apps like the Samsung Gallery ignore it :( If you want some sample code for PHPicker |
@MatthewKapteyn |
Is this happening? I'd really appreciate the ability to pick multiple photos... |
@groege My go to gallery app is the google photo gallery. It's pre-installed on most phones already including samsung. Code snippet from my fork, I just ignore the default gallery because I got tired of complaints that multi picking wasn't working due to whatever default gallery app they had.
|
2 years since this was requested, should I just give up? |
Still waiting here too but I understand the team has been pretty busy with MAUI. |
Currently, we can pick only a single photo.
The text was updated successfully, but these errors were encountered: