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 Setter incorrectly changes property value (color) from a dynamic resource **This error may affect all Triggers and VisualStateManager** Maybe same - https://github.com/xamarin/Xamarin.Forms/issues/7068 ### Steps to Reproduce 1. Run...

t/bug :bug:
s/unverified

### Description Unselecting SelectedItem in MVVM by setting the binded property to null does work for iOS and Android for UWP it does not work. My case: Selecting a Item...

t/bug :bug:
p/UWP
e/3 :clock3:
a/collectionview

### Description This happens only on xf 5.0 - the latest stable release (ios platform). Downgrading to prerelease 6 fixes the issue, so my guess something happened in between there....

t/bug :bug:
p/iOS 🍎
e/5 :clock5:
i/high

After the release of iOS 15 we have been seeing an issue of freezing and then an app crash for our application and it seems to be a native library...

t/bug :bug:
p/iOS 🍎
s/needs-info ❓
i/high
s/unverified
iOS 15

### Description I have follow [this](https://docs.microsoft.com/en-us/azure/developer/mobile-apps/notification-hubs-backend-service-xamarin-forms#option-2-creating-a-p8-certificate-that-can-be-used-for-token-based-authentication) guide to setup push notification in my Xamarin Forms app. I have an app with two activity, one splash activity ``` Activity(Theme = "@style/SplashTheme",...

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

**Note:** ~~It's possible that 5.0.0.2012 fixed the issue (Google Play Console didn't find it in four versions in a row. Usually it finds it once per two or three versions)~~...

t/bug :bug:
p/Android
i/regression
a/shell :shell:
a/tabbedpage

### Description When I'm running UI Tests on iOS, first value on the ListView is always missing, and when I tap on the empty cell there is a crash. It...

t/bug :bug:
p/iOS 🍎
a/listview
s/unverified

### Description Service Release 9 (5.0.0.2337) introduced a regression that leads to an exception/crash on UWP whenever we **revisit** a view that contains a CollectionView. We use a FlyoutPage in...

t/bug :bug:
p/UWP
a/collectionview
s/unverified

### Description It happens randomly and I got 3 crashes in last month. It happens when I click menu icon in MasterDetailPage. After looking into the Source code, the crash...

t/bug :bug:
s/needs-repro ❔
s/needs-info ❓
s/unverified
a/masterdetailpage

### Description In our custom control, we are converting the Xamarin forms view to native Android view for providing custom view, but the each of the conversion take around **0.035...

p/Android
a/performance
e/8 :clock8:
partner