-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant pick more than 10 images from gallery at once iOS MAUI #126
Comments
Hey @ajay-mundi , would you be able to show a sample of how you are using the picker so I can dump that into a new MAUI project and compare and see if I have the same result? |
Hi @beeradmoore, thanks for the quick response. You can probably just use this method in the code behind of the mainpage attached to the default button in the default maui project.
|
Thanks for the code. I dumped that in the I didn't do any of the optional stuff from the main readme here. Does this work for you or are you getting the same behaviour as above? |
With a simulator I am able to get it to work with over 10 photos but with a physical device (gen 9 ipad 17.3.1) on selection of the 10th photo I am no longer allowed to select any. The selection area becomes grayed out. |
The library does not make any restrictions, all restrictions are at the iOS level |
Description
I have some users that want to be able to select a lot of photos at once (up to 200). But they are only able to select a maximum of 10. This issue only presents on iOS
Actual Behavior
Can only select 10 photos with a selection limit of 200.
Expected behavior
Should be able to select up to the number in the selection limit
Steps to reproduce the behavior
Screenshots or Videos
Reproduction Link
Configuration
The text was updated successfully, but these errors were encountered: