I've set selectionLimit to 20 in one of my project, it works fine on iOS but doesn't work on android. Meaning it can allow user to select more then my specified selection limit i.e. 20.
await MediaGallery.PickAsync(20, MediaFileType.Image);
Actual Behavior
It allows user to select more than specified selection limit.
Expected behavior
It should restrict user to select the images as specified in selectionLimit parameter. In my case it should not allow to select more than 20 images
Description
I've set selectionLimit to 20 in one of my project, it works fine on iOS but doesn't work on android. Meaning it can allow user to select more then my specified selection limit i.e. 20.
await MediaGallery.PickAsync(20, MediaFileType.Image);
Actual Behavior
It allows user to select more than specified selection limit.
Expected behavior
It should restrict user to select the images as specified in selectionLimit parameter. In my case it should not allow to select more than 20 images
Steps to reproduce the behavior
Screenshots or Videos
Reproduction Link
Configuration