Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description Our Xamarin.Forms iOS application is experiencing crashes with a specific exception: **Fatal Exception: NSInternalInconsistencyException Modifications to the layout engine must not be performed from a background thread after...
### Description My app always worked without any problems. Now problems have suddenly occurred on certain hardware when I want to enter data in an entry - the app freezes...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Xamarin-iOS-gesture-recognizers-do-not-w/1586602)._ --- [regression] [worked-in:VS 2019] Exactly as the title says. The app deploys and runs, however any controls using gesture...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/NavigationPage-is-disguised-by-Shell/10538921)._ --- I have replaced Shell with NavigationPage during the project launch process, but I think Shell still exists and...
### Description Our apps ocasionally crash because of a NullReferenceException in the XamlParser when initializing views. Something in the Xaml causes the s_xmlnsDefinitions List to be set to null again,...
### Description Keyboard not hiding while focusing the entry programmatically even ShowSoftInputOnFocus as false. I want to hide the keyboard when attaching the hard keyboard so I tried to disable...
VSF_TYPE_MARKDOWN```XML <ScrollView x:Name="masterScroll" HorizontalOptions="StartAndExpand" VerticalOptions="StartAndExpand" BackgroundColor="Fuchsia"> <!--#region Limited web browser with authentication--> <controls:AuthWebView x:Name="Browser" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" HeightRequest="750" BackgroundColor="SaddleBrown" Navigated="Browser_NavigationDone" Navigating="Browser_NavigationStarting" Password="admin" ShouldTrustUnknownCertificate="True" Source="{Binding BrowserAddy}" Username="admin" /> </ScrollView> `` So... If...
### Description The ```Shell.Current.GoToAsync``` method fails on a particular navigation sequence with Exception ``` System.ArgumentNullException: 'Shell Content Page is Null Parameter name: page' ``` Inner Stack Trace: ``` at Xamarin.Forms.Platform.Android.ShellSectionRenderer.UpdateCurrentItem...
### Description Please see old Bugzilla page, https://bugzilla.xamarin.com/show_bug.cgi?id=42824 ### Steps to Reproduce 1. Create vertically orientated stackpanel with 3 labels 2. Enter text that is longer that width of screen...
### Description I commented about this in the last PR that updated the dependency constraint, after updating to latest AndroidX libs I get [NU1608 warnings](https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1608) ### Steps to Reproduce 1....