-
Under usage:
`use FilamentCurator\Forms\MediaPicker;`
should be,
`use FilamentCurator\Forms\Components\MediaPicker;`
-
Below is an attempt to integrate YPImagePicker into SwiftUI. So when I call `YummyViewController` inside a `VStack` in the main body of `ContentView` I get the error described below
```
struct Y…
-
**await MediaPicker.CapturePhotoAsync();**
This method throws an exception like the **Specified method is not supported.**
So unable to launch camera due to this problem.
-
### Aknowledgements
- [X] I have checked that there's no other issue describing the same or
similar problem that I currently have, regardless if it has been
closed or open.
- [X] I can confirm…
-
### I have searched and made sure there are no existing issues for the issue I am filing
- [X] I have searched the existing issues
### Description
When compiling an iOS store build the follow…
-
使用 photo = await MediaPicker.CapturePhotoAsync();
获得的照片默认旋转了90度。怎么让他回正。
在IOS真机上测试出现此问题
-
## Feature Description
WordPress uses Plupload for uploading media in the Backbone media modal.
It seems possible to hook into that code to perform our pre-upload video optimization.
That…
-
On iPhone 12 Mini Simulator
- send file
- select video
- app crashes due to missing microphone permission
-
### Description
This is not a bug but a question.
In MAUI Essentials code samples in this repository, a lot of method use `async void`.
https://github.com/dotnet/maui/blob/main/src/Essentials/sam…
-
A brief description of the issue goes here:
1) Media picker alt tag field panel is intermittently displayed + entering an alt value corrupts the image as "/umbraco/nothing.jpg"
2. Are there plan…