Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description of Change ### Changes the `UIViewController` created when embedding a `Page` on iOS to not explicitly set a background color (it was preventing embedding a transparent page). ###...
### Description 2022-04-13 16:59:30.363903+0200 Xamarin-Test.iOS[9212:98547] One or more errors occurred. (Connection refused) [0:] System.MissingMethodException: Method not found: Microsoft.AspNetCore.Http.Connections.NegotiationResponse Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.ReadOnlySpan`1) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x0002c] in /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:471 at Microsoft.AspNetCore.Http.Connections.Client.HttpConnection.NegotiateAsync (System.Uri url,...
### Description Setting the `ItemsSource` property of a `CollectionView` to null while there is a selected item causes an exception to be thrown. This also happens if `ItemsSource` is set...
### Description When calling `ScrollToAsync` on a horizontal `ScrollView`, the scroll view will scroll to the appropriate X location, however some height adjustments are made when they shouldn't. If there...
### Description **Xamarin Forms Date Picker - Year selection field is not scrollable in Android 7 version** ### Steps to Reproduce THE ISSUE OCCURS IN LOWER ANDROID DEVICES (ANDROID 7...
### Description DragGestureRecognizer shows "Copy" tag when dragging in UWP ### Steps to Reproduce 1. Hook up a DragGestureRecognizer on a ContentView and drag drop it across the screen. ###...
Hello fellow programmers, I'm having a Crash on my appcenter in Production which I can't reproduce. Has anyone gone through this crash? Any ideas? JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) JniPeerMembers+JniInstanceMethods.InvokeVirtualBooleanMethod (System.String encodedMember,...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Nested-CarouselView-stopped-working-prop/10248558)._ --- Hi, Iām using CarouselView to host a 3-page navigation, so the user can slide through the views to...
### Description **My CustomLayout:** I have prepared a custom layout, in it I have handled the touch event for performing some internal custom actions, for that I have override the...
[Bug] Android configuration updates and window resizing broken when using CreateConfigurationContext
### Description After updating to Xamarin.Forms SR15 or SR16, certain UI elements and dialogs do not properly resize if the application window size changes during runtime. This seems to be...