Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
Basically the same thing as in: https://github.com/dotnet/maui/issues/12221 Could we get the fixes backported to Xamarin.Forms considering its still supposed to be supported until May 2024 and MAUI is still problematic...
### Description I was trying to display the image of tile layer for OpenStreetMap using the Image control in the UWP platform, but the tile layer was displayed or displayed...
### Description Native iOS device debugging with the mono interpreter enabled can lead to asserts in mono. See mono/mono#19899. While this isn't an XF issue specifically, the mono bug can...
Title: The control is not loading while using Webview2 in the HybridWebview custom renderer on the Xamarin.Forms.UWP platform. Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/HybridWebview21359003660 We suspect that the source property is not set properly....
[Bug] iOS Incorrect Behavior while using VisualStateTrigger MinWindowWidth with Locked Orientation
_Please let me know if any further explanation needed, English is not my first language._ ### Description In XAML using VisualStateTrigger like below ``` ``` works perfectly for portrait orientation,...
### Description Hello, I am contacting you because I have a bug in my program that I was able to reproduce. I have a carouselview nested inside another. Scrolling inside...
### Description On Android, if I include RadioButton in a Grid, the contents of the "Content" of the RadioButton show partially, not entirely. ### Steps to Reproduce 1. create a...
### Description Switches look inconsistent (color, hover) when using different IsEnabled initial values. Only observed on UWP. ### Steps to Reproduce 1. Put toggles in your view like this, where...
[Bug] ArgumentOutOfRangeException crash on Android in TextBlockExtensions.RecalculateSpanPositions
### Description AppCenter reports a few crashes on Android in TextBlockExtensions.RecalculateSpanPositions after updating to Xamarin.Forms 5.0.0.2612 with the following exception: ``` System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative...
Hello Team, I am new to xamarin. We are using Xamarin application with ReactiveUI implementation. Screen: We have simple screen with button to show/hide the CollectionView and API call to...