Open
Description
Description
If we use await MediaPicker.Default.PickPhotoAsync() and then try to open alert - await DisplayAlert(result?.FileName, "message", "ok") -alert won't be displayed.
I believe that this is an issue with setting the result of image picking before closing UIImagePickerController.
Steps to Reproduce
- Call and await MediaPicker.Default.PickPhotoAsync()
- Try to open alert await DisplayAlert(result?.FileName, "message", "ok")
- Verify that the alert is not shown
Link to public reproduction project repository
https://github.com/amahera/media-picker-repoduction-issue
Version with bug
8.0.20 SR4
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
add some delay before DisplayAlert
Relevant log output
No response
Activity