Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
**Description** Since Xamarin.Forms version 5.0.0.2478 and newer, the UI Automator Viewer or any other similar app doesn't show the "AutomationId" (Content desc) the second time you request it. To make...
### Description CollectionView Header will be scrolled out of view if HttpClient is used. **Updated:** Seems any async call could impact the Header. The following line of code in GetItemsAsync...
### Description After upgrading to Xamarin.Forms 5 we encountered a strange issue: We have a use case in our app where we want to hide a FlyoutItem on demand therefore...
### Description If you bind a Xamarin Shell Flyout Item's "IsVisible" property to a property in a ViewModel, then change the property's value from true to false at runtime, then...
### Description Changing MainPage between AppShell and NagivationPage breaks app screen like this; https://www.dropbox.com/s/skbgti26v6m2x3u/Screenshot_20190627-181115.png?dl=0 ### Steps to Reproduce 1) Create a new Xamarin.Forms 4.0 solution with AppShell Template at Visual...
### Description Got a strange interaction when scroll a CollectionView that is embedded inside a parent scrollView (CollectionView) on Android only. It's also affect CarouselView even if they are implemented...
[Bug] [Android] Keyboard.Numeric: It's not possible to enter the decimal separator or the minus sign
### Description I have set the Keyboard to the Numeric Keyboard for some Entry controls. ```XML
### Description I have a CollectionView with VisualStates configured as in the code below. The "Selected" visual state setter seams to be working only when the user taps on one...
### Description Navigation.PushModalAsync doesn't push anything when toggling the visibility of any of shell FlyoutItem. ### Steps to Reproduce In an app using Shell: 1. Run the app in a...
### Description I use Entry with Visual="Material" and set BackgroundColor = "Transparent". If use nuget package Xamarin.Forms-1829-pre6 (or above) and Xamarin.Forms.Visual.Material-1829-pre6 (or above) background color is White (not transparent). The...