-
### Description
MediaPicker not working at all after installing app through .msix (Release mode) !
When launching the app (**no admin rmode**) :
- **CapturePhotoAsync not doing anything**
- Pi…
-
### Description
This may not really a bug but a feature. In Android 14, there's a new partial access when selecting photo and videos (like iOS). However, it seems like current MediaPicker have not …
NXDMN updated
1 month ago
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
15.0.0-rc4
### Bug summary
If I have a multiple media picker with min 2 media, I can still save a docume…
-
Should the existing migrator be able to update
`Umbraco.MediaPicker` -> `Umbraco.MediaPicker3` ?
or is it only for `Umbraco.MediaPicker2` -> `Umbraco.MediaPicker3`?
-
### Description
Currently for images/photos, there is `MediaPicker` class with `PickPhotoAsync` and `CapturePhotoAsync` methods available.
`PickPhotoAsync ` only selects 1 image at a time from gal…
-
I was having trouble launching the gallery in cross-platform composition on the Android platform. My problem is that the fragment activity was not initialized when entering the screen with the `BindMe…
-
With an Android 11 Device the code
var photo = await MediaPicker.CapturePhotoAsync()
generates this error
Xamarin.Essentials.FeatureNotSupportedException: 'Either there was no camera on the…
-
### Description
On iOS when a video is uploaded from the device to the application the file name is modified.
### Steps to Reproduce
1. Load the video using MediaPicker.PickVideoAsync() on…
-
On iOS, the picker is generating a huge tableView with rows/albums that have a date-formatted name. This way the picker is not very userfriendly, because of the structure.
Example: http://imgur.com/…
-
### Description
I'm executing my proyect in debug mode.
The error appears in Android.
After executed MediaPicker.CapturePhotoAsync() line the camera window is opend but my application stops (th…