-
I want to assign an image source to ```cropper.PhotoSource```.
> public Crop(ImageSource img)
> {
> InitializeComponent();
> cropper.PhotoSource = img;
> BindingContext = new Mai…
-
I have other plugins that require to have NSPhotoLibraryUsageDescription key in plist file so I have already added the below in my config.xml to set this key before using this plugin
```
…
-
defaultSelectedList Option
Hello Sir,
Firstly, Thanks For Great Work.
Secondly,
is defaultSelectedList option work? how use it?
Can load only media in specific directory?
Best Regar…
-
Seems like a simple fix.
The image selector for a [JavaScript program][0] does not show all available images. The [HTML image selector][1] however does.
It is possible to enter the direct url in…
-
When an app is targeting SDK 30 the problem occurs. Library throws exception while selecting image from gallery.
`com.kbeanie.multipicker.api.exceptions.PickerException: java.io.FileNotFoundExcept…
-
Using ZXing.Net.Maui.Controls v0.4.0 and the basic ZXing page, and configuration, it can detect simple PDF417, but it fails to detect more complex ones, like the one on the back of a California driver…
-
### Description
When I load an Android External Storage Image using the Image.Source binding ImageSrouce.
Image is not displayed .
### Steps to Reproduce
I want to read this image:"/storage/e…
-
[Xamarin.Essentials](https://github.com/xamarin/essentials?WT.mc_id=docs-github-jamont) 1.6 introduced official support for [picking/taking photos and videos](https://docs.microsoft.com/xamarin/essent…
-
CameraCaptureUI captureUI = new CameraCaptureUI();
StorageFile photo = await captureUI.CaptureFileAsync(CameraCaptureUIMode.Photo);
if (photo != null)
{
…
-
## Question / Discussion
I'm attempting to use [Media.Plugin](https://github.com/jamesmontemagno/MediaPlugin) with Fabulous. Unfortunately, using the [Xamarin.Essentials Media Picker](https://docs.…