Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description Using the following code: ``` item ``` The height of the button is not affected by the binding. Triggering a XAML Hot Reload causes the button to be...
### Description Navigation.PopToRootAsync() then Navigation.PushAsync() Doesn't Display New Page. See the repository for details. Related to https://github.com/xamarin/Xamarin.Forms/issues/10856. ### Steps to Reproduce 1. Open repository, run app. 2. Add a few...
### Description When using Voice Over on Android you cannot access elements on the Flyout detail page. ### Steps to Reproduce 1. Open sample solution attached 2. Run on Android...
### Description I was waiting for #12518 but it seems this update broke CollectionViews in combination with SwipeViews: If you place a SwipeView onto a cell in a CollectionView like...
### Description When changing Label.Text binding at runtime and using a Multibinding with a StringFormat it will not update the property fully. ### Steps to Reproduce 1. Run the [LabelTextBinding_Issue.zip](https://github.com/xamarin/Xamarin.Forms/files/7164951/LabelTextBinding_Issue.zip)...
### Description When you have a FontImageSource in a ToolbarItem with the color set that differs from the color set in style Shell.ForegroundColor it is ignored. ### Steps to Reproduce...
### Description The issue occurs when I use the Position property on the CarouselView to update the carousel to go to the next item. On UWP the Position is updated...
[Bug][Android]App does not resume but restart activity after being put in background and re-opened
### Description On Android, when the app is re opened after being put in background, **and only after being freshly installed**, the activity is rebuilt from scratch, instead of being...
Actual Code: ``` [assembly: XmlnsDefinition("http://xamarin.com/schemas/2014/forms", nameof(FontAwesome))] [assembly: XmlnsDefinition("http://xamarin.com/schemas/2014/forms", nameof(FontAwesome), AssemblyName = "FontAwesome.Core")] ``` Expected Behavior: `` Actual Behavior: ``` xmlns:fontAwesome="clr-namespace:FontAwesome;assembly=FontAwesome.Core" ``` Why? I want access my controls without adding namespace...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Custom-webview-not-requesting-permission/10017524)._ --- [severity:Other] I have a custom webview in my Xam.Forms application that creates a Chrome webview and then sets...