Questions tagged [xamarin-essentials]
6 questions
3
votes
3 answers
Xamarin Essentials MediaPicker not working on iOS
I'm using Xamarin Essentials MediaPicker (v1.7.3) on my Xamarin Forms 5 app and it just freezes and eventually crashes the app on iOS but works perfectly fine on Android.
My app uses the MVVM pattern so I have an ImageButton that's wired to a method…

Sam
- 26,817
- 58
- 206
- 383
2
votes
2 answers
Xamarin.Android MediaPicker.CapturePhotoAsync does not work in Android 13
I am using the Xamarin.Essentials MediaPicker for capturing images in my app.
https://learn.microsoft.com/de-de/xamarin/essentials/media-picker?tabs=android
just like var photo = await MediaPicker.CapturePhotoAsync();
For Android < 13 I am asking…

Aiko West
- 791
- 1
- 10
- 30
0
votes
1 answer
Using Xamarin Essentials Preferences for Notification Badge Count
I've an app which receives notifications and have been trying to build the badge count locally on the app.
Within the App Delegate on iOS, I have the following
int notifcount = Preferences.Get("notifcount", 0);
…

Raymond Dillon
- 197
- 1
- 18
0
votes
0 answers
Xamarin Essentials Media Plugin duplicates
Each await MediaPicker.CapturePhotoAsync(); saves duplicate photo to gallery.
I use the newest Xamarin Essential and Xamarin Forms.
How can I get the path to gallery and delete duplicate photo?
I only want to keep one copy of photo first in…

NightCity10932
- 81
- 2
- 7
0
votes
1 answer
Xamarin FilePicker ImageSource
I have an application that the user can add photos through the gallery using the FilePicker.PickMultipleAsync.
And also user can take a picture this functionality is using CrossMedia plugin.
If the user takes a photo (CrossMedia) in portrait format,…

Tiago
- 2,156
- 2
- 18
- 27
0
votes
2 answers
Xamarin Essentials share view is showing the same app in the share view
I am using Xamarin Essentials share service to show the share UI view in iOS in Xamarin forms app. However in iOS, the same app from which I am calling the share is also getting displayed as the suggested app. Is there any way to remove it? Below is…

hashimks
- 1,205
- 2
- 11
- 29