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 CollectionView no longer works on iOS 15.4 for version 5.0.0.2401. The items are not displayed and the Application Output has a lot of repeated error messages: **The behavior...

t/bug :bug:
s/unverified

### Description I have two buttons: ```xml ``` For some reason, the `IsEnabled` property is overwritten in Button2 - this enables the button incorrectly. Button1 is disabled this way, but...

t/bug :bug:
help wanted
breaking
e/5 :clock5:
m/high impact :black_large_square:
up-for-grabs

### Description So lately, as I was implementing remote notifications and local notifications for Android I stepped upon a very disturbing bug. When using NavigationPage for navigation it is easy...

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

### Description ```FlexLayout``` (without explicit ```HeightRequest```) placed inside a ```Grid```'s ```Row``` (```Height="Auto"```), the ```FlexLayout``` will be rendered as the same height as the ```Grid```. #### Observation * ```Flexlayout``` with explicit...

t/bug :bug:
a/layout
a/flex
e/5 :clock5:
m/high impact :black_large_square:

### Description I have a Xamarin Forms app that has a collectionview that loads in items from a API as you scroll down in the collectionview. Sometimes when i scroll...

t/bug :bug:
s/unverified

### Description ### Steps to Reproduce 1. Declare ListView.Header as StackLayout/Grid with Label and CSS style 2. Declare CSS styles in .css file ### Expected Behavior CSS style will be...

t/bug :bug:
s/unverified

### Description I have an old Xamarin.iOS project that shows up three random errors from nowhere. These errors started appearing after Xcode 14, before that project was always working smoothly....

t/bug :bug:
s/unverified

### Description I have an AbsoluteLayout in which I draw a bunch of Polygons and for each one I attach a TapGestureRecognizer that is supposed to perform an action. For...

t/bug :bug:
s/unverified

### Description Documentation on OnDisappearing states that this shouldn't be the case, so I'm not sure if the documentation is wrong or if this is genuinely a bug. ### Steps...

t/bug :bug:
s/unverified
a/lifecycleevents

### Description Can't find info how properly use SuppressLint in Xamarin. There is just basic info on Microsoft sites. Official android documentation shows code for Java/Kotlin. ### Steps to Reproduce...

t/bug :bug:
s/unverified