MultipleMediaPickerSample icon indicating copy to clipboard operation
MultipleMediaPickerSample copied to clipboard

Sample that shows how to pick multiple images/videos in Xamarin Forms

Results 7 MultipleMediaPickerSample issues
Sort by recently updated
recently updated
newest added

Multiple images are getting picked after pressing cancel and then selecting an image

Hi All, Anyone has an idea how to make this app work on Android 10. Using the source as is the video picker works on Android 8 and 9 but...

Hello, I just wanted to let you know that your project works great for IOS. But does not work as intended for Android. I am only able to select images...

How to show check box when image selected?

Hi! How to get thumbnail by file Path? Thank you!

``` public ObservableCollection Media { get; set; } public AddPhotoViewModel(INavigation navigation, IMultiMediaPickerService multiMediaPickerService) { _multiMediaPickerService = multiMediaPickerService; BackCommand = new Command(()=> { navigation.PopAsync(); }); AddPhotoCommand = new Command(async () =>...