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 of Change ### If the user triggers push/pop operations before the navigation renderer has been made consistent with the Navigation.Pages then those push/pop operations will leave the NavigationRenderer...

t/bug :bug:
p/Android
blocker

### Description of Change ### I removed this code that disabled the native collectionview from adjusting correctly. `CollectionView.ContentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentBehavior.Never;` There was a comment that was above the line I...

t/bug :bug:
DO-NOT-MERGE-!!! :stop_sign:
p/iOS 🍎
m/high impact :black_large_square:
a/collectionview

### Description of Change ### Update LinearGradientBrush based on FlowDirection . _Work in progress_ ### Issues Resolved ### - fixes #11603 ### API Changes ### None ### Platforms Affected ###...

t/enhancement ➕
p/iOS 🍎
p/Android
p/UWP
p/macOS
a/rtl
a/shell :shell:
a/collectionview
a/visual
ControlGallery
a/brushes

### Description of Change ### ### Issues Resolved ### - fixes #9584 ### API Changes ### None ### Platforms Affected ### - Core/XAML (all platforms) - iOS - Android -...

t/bug :bug:
a/collectionview

### Description of Change ### This fixes cases where CALayer and UIView are sometimes modified by background threads. The previous code was inconsistent, in one place ensuring that CALayer.Transform was...

t/bug :bug:
p/iOS 🍎
i/high

### Description of Change ### To synchronize navigation actions, the variable CurrentNavigationTask is used to track the current navigation and await it if necessary. But this variable is never reset...

t/bug :bug:
a/performance
i/high
Core

### Description of Change ### Replaced the Default Group Header and Footer with empty Views when no template is provided ### Issues Resolved ### - fixes #8228 ### API Changes...

t/bug :bug:
p/iOS 🍎
hacktoberfest 🍻
a/collectionview

### Description of Change ### Removes an instance of an inverted dependency where creating a Xamarin.Forms object (including a Label with a font size) causes an exception, leading to crashes...

t/bug :bug:
p/UWP
i/high

### Description I was testing the latest build of XamarinForms when I realized that there is an issue related to a group's item manipulation on the iOS platform. I can't...

t/bug :bug:
p/iOS 🍎
i/regression
i/high
blocker

### Description I have an app that is setup to be Master Detail + Navigation Pages. - MasterDetail -> MainPage.xaml (it's of type MasterDetail) - MasterDetail.Master ->MenuPage.xaml (it's of type...

t/bug :bug:
p/Android
i/high
Android10
a/navigation
a/mdp
a/masterdetailpage