Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
# Description Can't bind the Shell Tab `Tittle` property to a ViewModel property. ### Steps to Reproduce I've made a GitHub project that repro the issue: [ncarandini/XFShellBug](https://github.com/ncarandini/XFShellBug) 1. Bind Title...
### Description When we use MicroSoft.UI.Xaml on Xamarin Project with sample and got the following two errors. The Sample Contains One UWP App and one UWP Library project 4>GENERATEPROJECTPRIFILE :...
*Hi, this is more of a question that a bug report.* Is there a way to **enable Google/Apple Pay to be invoked from a WebView?** I'm using a payment service...
### Description I have overrided the OnAppearing (and OnDisappearing) methods in the AppShell of a new project. The OnAppearing never seems to execute. Shell inherits from Page, so it should...
**Description** When using Entry control in Android OS version 8.1 with Xamarin.Forms 5.0.0.2515, facing the following focus issues. These issues are not observed in OS 10, OS 11 and OS...
### Description When an item is added to the ItemsSource of a CollectionView, the entire control is redrawn. ### Steps to Reproduce 1. Create a CollectionView bound to an ObservableCollection...
### Description When using Xamarin.Forms on the iOS platform, we have encountered a critical issue where an Entry control, placed inside a ScrollView, is hidden behind the keyboard when focused...
1. Create a CollectionView setting SelectionMode = Single 2. Add SelectionChanged event. 3. Add one item to the CollectionView 4. Select the item firing the SelectionChanged event. 5. Select the...
### Description CollectionViewRenderer on iOS will crash the application when the ObservableItemsSource changes while it is recalculation the layout. SIGABRT: Index was out of range. Must be non-negative and less...
### Description Navigation.PushAsync with animation followed by PopAsync without animation leads to empty screen ### Steps to Reproduce 1. Create new Xamarin.Forms application with blank template 2. Update NuGet packages...