xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.52k stars 505 forks source link

[Bug] Select Photos... is disregarded by the media picker #2020

Open lukasz25pl opened 2 years ago

lukasz25pl commented 2 years ago

Description

When Media Picker Permission request is set to "Select Photos..." - the media picker disregards the selection and shows all photos.

Steps to Reproduce

  1. Use Xamarin.Essentials Media Picker, PickPhotoAsync
  2. Press "Select Photos..." and tag 3 or 4 pictures.
  3. Press "Done" and new picker selection opens - again with all images

Expected Behavior

Only images selected by the user should show

Actual Behavior

All Images are shown and allowed to be selected

Basic Information

mausv commented 2 years ago

Having the same issue.

dimonovdd commented 1 year ago

Hi, Can you try that plugin?

If the problem is not solved, create new issue in that repository. I'll try to fix it.

Don't forget to provide a sample project with this error and the reproduction steps.