boris-df
boris-df
Same Error here. Xamarin.Forms.Maps is still using GooglePlayServices.Base Version 60.11.42.1 Xamarin.Forms.Maps 4.4.0.991640 -> Xamarin.GooglePlayServices.Maps 60.1142.1 -> Xamarin.GooglePlayServices.Base (= 60.1142.1). But other Nuget like Firebase are at Version 71: Xamarin.Firebase.Messaging 71.1740.0...
i'm very frustrated currently: (Android 13, Pixel 4; using Xamarin Forms 5) i can call await MediaPicker.CapturePhotoAsync() i get a result after i took a picture the Xamarin.Forms 5 App...
BTW: It works just fine as long i was able to use: - Xamarin.Forms 4.6 - old Android Nuget Packages like v4 / v7 (no AndroidX) - Building an APK...
This is all really frustrating (it starts with the fact that you have to code a lot of code to show / use a camera in the first place -...
@nbevans I absolutely agree - but i don't have the Android Source-Code at hand i cannot fix that and deploy my own Android-OS to our clients :D so my only...
> I'd personally go down the path of borrowing the camera code from Xamarin essentials and fixing that, rather than rolling my own camera app. well - AFAIK there is...
V2.0.5 (the latest available right now) still has this rotation problem on Android (works fine on iOS!) Problem: not only photos are rotated wrong - but videos too! AFAIK we...
> Hey everyone! Thank you for your patience here! Would you maybe be able to test version 2.1.0-build-64069.1871 from this NuGet feed: https://pkgs.dev.azure.com/xamarin/public/_packaging/XamarinCommunityToolkit-PullRequests/nuget/v3/index.json I cannot find any newer version than...
FYI - I'm facing the same performance-issues with Xamarin.Forms on an Android-Device (Samsung Galaxy S8) In Xamarin.Forms i've build a "Day-Cell" (that's a ContentView with a Grid in it; Vertical-...
@samhouts > Basically, override LayoutChildren, and only let it call base.LayoutChildren when you've completed your own layout changes. that's a good idea - unfortunatly that didn't help because it doesn't...