Does this Support .NET MAUI (.NET 8). Android is not working with .NET 8 when we use MediaGallery.CapturePhotoAsync(). #127
Replies: 5 comments 11 replies
-
What are the errors? |
Beta Was this translation helpful? Give feedback.
-
@dimonovdd It shows no error but when we execute var photo = await MediaGallery.CapturePhotoAsync(); it opens the camera viewer and when take photo and click On "Ok" in preview page, it is not returning anything, No exceptions. and not even the error. Break point not hitting on next line.
|
Beta Was this translation helpful? Give feedback.
-
@dimonovdd @beeradmoore Is this issue resolvable? Do we need to look for other options? Please advice. |
Beta Was this translation helpful? Give feedback.
-
@beeradmoore Below is the sample code , I created new MAUI Project and added the below code in button Event.
******************************** Below is the Android Manifest Permission **********
|
Beta Was this translation helpful? Give feedback.
-
@beeradmoore Please let me know if we have fix for this issue. Thanks |
Beta Was this translation helpful? Give feedback.
-
Android is not working with .NET 8 when we use MediaGallery.CapturePhotoAsync() and MediaGallery.PickAsync().
Beta Was this translation helpful? Give feedback.
All reactions