Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.

Results 305 Xamarin.Forms issues
Sort by recently updated
recently updated
newest added

### 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...

t/bug :bug:
s/unverified

### 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...

t/bug :bug:
s/unverified

_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...

t/bug :bug:
p/iOS 🍎
s/needs-repro ❔
a/gestures 🖖
feedback-ticket

_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,...

t/bug :bug:
p/iOS 🍎
s/unverified

### 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...

t/bug :bug:
s/unverified

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...

t/bug :bug:
e/6 :clock6:
a/gestures 🖖
feedback-ticket
a/webview

### 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...

t/bug :bug:
a/shell :shell:
e/5 :clock5:
a/navigation

### 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...

t/bug :bug:
help wanted
p/UWP
e/5 :clock5:
up-for-grabs
inactive

### 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....

t/bug :bug:
p/Android