Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Visual-Studio-1793-Xamarin-project-e/10617751)._ --- [severity:It's more difficult to complete my work] [regression] [worked-in:17.9.3] After upgrading Visual Studio to 17.9.3, Xaml cannot be...
### Description DragGestureRecognizer is disposed before long press is processed System.NullReferenceException: Object reference not set to an instance of an object. IOnGestureListener.OnLongPress (Android.Views.MotionEvent e) D:\a\1\s\Xamarin.Forms.Platform.Android\InnerGestureListener.cs:120 ### Steps to Reproduce 1....
### Description VisualStateManger (VSM) creates a memory leak when set in a ResourceDictionary added to Application's resources (e.g. `Application.Current.Resources.MergedDictionaries.Add(new StyleResources());` ) For example, say you have a ResourceDictionary that holds...
[iOS] Xamarin.Forms Listview Row Height Does Not Update When Changing Content Size (such as label)
### Description Migrated from https://bugzilla.xamarin.com/show_bug.cgi?id=44525. Issue is resolved in RecycleElement mode, but not in RetainElement mode and other scenarios. Test case is in Control Gallery, but it needs to be...
### Description Soft keyboard does not appear for entry field on first page shown by app - Android only (there is no issue on iOS) Based on - [https://bugzilla.xamarin.com/show_bug.cgi?id=51854](https://bugzilla.xamarin.com/show_bug.cgi?id=51854) ###...
### Description iOS app crashes with NRE on MacOS 14+ when DisplayActionSheet is called because PopoverPresentationController there is always null. Corresponding MAUI issue https://github.com/dotnet/maui/issues/18156. ### Steps to Reproduce 1. Create...
### Description I use Futura Std Book as font for an application. Some of the default elements (e.g. Label, the placeholder text of the Editor) cuts off the letters below...
### Description This exception is being reported intermittently, where the application seems to be unable to find the font file in the cache folder. Error message: Font not found /data/user/0/com.package.whatever/cache/font.ttf...
### Description PanGestureRecognizer is not working correctly (or as expected) in several scenarios and devices. In Android it seems to work correctly in most scenario except when ScrollView is present....
### Description iOS and Android treat frame borders differently when an image is stretched inside the frame. ### Steps to Reproduce 1. Run the repro 2. Observe that you cannot...