Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### 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...
### 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...
### 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...
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...
### 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...
### 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...
### 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....
### 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....
### 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...
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...