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 When using `await Shell.Current.GotoAsync( "page?id=blah" )`, query parameters don't seem to be preserved as part of `Shell.Current.CurrentState.Location`. It makes it difficult to have code like the following work...

t/bug :bug:
s/unverified

### Description I got an error when updating from Xamarin.Forms 4.7.x to 5.0.0.2012 ### Steps to Reproduce 1. Update Xamarin Form at NuGet from 4.7.1351 to 5.0.0.2012 2. Clean Project...

t/bug :bug:
s/unverified

### Description There is a regression in XF 5 on iOS where removing the last item in an observable collection which is serving as the ItemSource for a collection view...

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

I think the bug probably started occuring with this commit 720c25c54111ba43d50d0715bb0048c102d8558e It only happens with ItemsUpdatingScrollMode="KeepLastItemInView" the two other values for ItemsUpdatingScrollMode does not trigger this bug. From the following...

t/bug :bug:
s/unverified

### Description When entering characters into a Entry control which uses TextTransform set to Uppercase or Lowercase, the last character to be entered is not affected by the transformation. e.g...

t/bug :bug:
p/iOS 🍎
p/Android
e/5 :clock5:
a/entry

### Description I've made a custom image button using ContentView as follows (see the attached zip), see also CustomImageButton at: https://github.com/hyvanmielenpelit/GnollHack/tree/master/win/win32/winclisrv/GnollHackClient/GnollHackClient/Controls [CustomImageButton.zip](https://github.com/xamarin/Xamarin.Forms/files/11778441/CustomImageButton.zip) It works fine otherwise, but on Android when...

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

### Description On Android, when adding `BoxView`s to a `CollectionView`, taking up the entire height of the row, it renders perfectly into one large rectangle across all of the rows....

t/bug :bug:
p/iOS 🍎
a/collectionview
s/unverified
a/shapes

### Description `CarouselView` crashes while scrolling on iOS with null `DataTemplate`'s `BindingContext`. ### Steps to Reproduce 1. Use reproduction code. 1. Scroll in forward direction ### Expected Behavior Everything works....

t/bug :bug:
a/carouselview
s/unverified

### Description We are trying to open a certain link that is set to open in a new window. We have set the UIDelegate to 'this' in OnElementChanged in our...

t/bug :bug:
a/webview
s/unverified

ContentPage where the Shell.TabBarIsVisible is set to False is showing a white area at the bottom. ### Steps to Reproduce 1. Create an Xamarin Shell Application and set the page...

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