Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description In our Xamarin.Forms Android application we are occassionally observing ReflectionTypeLoadExceptions and TypeLoadExceptions with the following stack trace: ``` Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. Could not set up...
### Description Xamarin forms-based application crashes in iOS 16 beta for Arabic languages when there is a new line character in the string If the device is set to Arabic...
### Description When adding multiple pages to a TabbedPage the "more" list shows up after five pages are added (as expected). Adding even more pages works fine until the fills...
### Description I opened issue #13458 a couple of months ago and it was marked as closed but it is still happening. The issue is that when both adding a...
### Description Shell content is not visible within a TitleView when testing against iOS 16. https://github.com/mmholtman/xamarinios16bug.git ### Steps to Reproduce 1. Download xCode 14 beta & get iOS 16 simulators...
### Description I have created a simple custom control with image. In iOS platform renderer, I have get the UIImage for the ImageSource using LoadImageAsync method and set the UIImage...
### Description : I am using xamarin.forms V5.0.0.2012 and xamarin.essential V1.6.1 . When editor area is small scrollview is **not working inside editor in ios but it works fine in...
### Description Bindable layout to generate its content by binding to a collection of 100 items, with the option to set the appearance of each item with a DataTemplate has...
### Description The inherited style does not seem to be applied: the corner radius of the button is clearly 6, while 50 is set deeper in the inheritance hierarchy. I...
### Description Entry field when typing more than one word is not showing the "space" character ### Steps to Reproduce 1. Entry with HorizontalTextAlignment = End 2. Type more than...