-
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
Improvements for Intent.CreateChooser #61
Improvements for Intent.CreateChooser #61
Conversation
@andrk0p I was able to test this on a device like yours but with 12.5.2 version of MIUI. I can't reproduce this problem. Do you have any ideas? |
I don't have any ideas. Maybe the problem is in MAUI 12.5.1 |
@andrk0p Maybe, can we add a new parameter for determining use of |
I added the UseCreateChooser parameter and updated the usage example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I added a few minor edits:
Co-authored-by: Dima Dimov <[email protected]>
Co-authored-by: Dima Dimov <[email protected]>
Co-authored-by: Dima Dimov <[email protected]>
Co-authored-by: Dima Dimov <[email protected]>
Description
I found that the selection of photos or videos does not work on all devices.
Actual Behavior
Expected behavior
The chooserIntent object in all testing cases returns Android.App.Result.Canceled in the onActivityResult method.
I couldn't find a way to get chooserIntent to work correctly on my device, so I added a check for the operating system version to rule out this problem on similar devices.
API Changes
Added:
Configuration
PR Checklist