-
### Description
I tried to use the camera on the IOS simulator, MediaPicker. CapturePhotoAsync (); But it doesn't seem to support change methods on IOS, right?
### Steps to Reproduce
1. Create …
-
This corresponds to one of the distinct crashes found in [JETPACK-IOS-31](https://a8c.sentry.io/issues/3140539221/?referrer=github_integration):
```
NSInvalidArgumentException
is pushing the sam…
-
### Description
When using MediaPicker.Default.CapturePhotoAsync() on iOS, the image data from FileResult.OpenReadAsync() gets converted to PNG format with no orientation flag to correctly display …
-
Maui Team,
In iOS platform, I am not able to pick photo when "Selected Photos" (Limited) permission is given. It does't open any dialog.
If I select "Allow access to All Photos", it works good.
…
-
### Description
When calling `await MediaPicker.CapturePhotoAsync();` camera will open on android 11 emulator but an exception will be thrown from the app. It works fine on my Android 8 device and An…
-
### Description
Using MediaPicker - CapturePhotoAsync()
On iOS all photos come out in the wrong orientation.
If the phone is portrait then the photos will be 90 degrees out - so will be on thei…
-
### Description
When I call `var video = await MediaPicker.PickVideoAsync();,` the record screen pops up and I can capture a video. When I hit the stop button, the record screen just closes (no possi…
-
### Description
When trying to capture video running the app as Windows Machine,
the video capture method does not show the webcam, and immediately returns null.
```
private async Task OnCaptureVi…
-
### Description
On iOS (Iphone), when using MediaPicker.Default.CapturePhotoAsync() to capture the photo and display it on the screen, the photo is in the incorrect orientation and defaulted to whate…
-
### Description
It needs set default item in shell, when you navigate to the photo page once you run MediaPicker (CapturePhotoAsync () or PickPhotoAsync ()) it returns the start page.
If you remov…