Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.

Results 305 Xamarin.Forms issues
Sort by recently updated
recently updated
newest added

### 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...

t/bug :bug:
s/unverified

### 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...

t/bug :bug:
p/Android
a/navigation

### 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...

t/bug :bug:
s/unverified

### 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...

t/bug :bug:
p/iOS 🍎
s/needs-info ❓
i/regression
a/collectionview
s/unverified
a/swipeview

### 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)...

t/bug :bug:
a/Xaml </>
s/unverified
a/label

### 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...

t/bug :bug:
p/Android
a/shell :shell:
mobcat
a/fonticon

### 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...

t/bug :bug:
s/unverified

### 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...

t/bug :bug:
p/Android
s/unverified

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...

t/bug :bug:
s/unverified

_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...

p/Android
a/customrenderer
a/webview