Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description When using Shell, after launching the application the initial menu item is selected on Android, but not on iOS. Also reported on [Stack Overflow](https://stackoverflow.com/q/73473301/4751173). ### Steps to Reproduce...
Xamarin Forms, test in Andriod SDK10 Xamarin.Forms 5.0.0.2012 ERROR ``` await Shell.Current.Navigation.PopAsync(); System.ArgumentException Message=Ambiguous routes matched for: //Flyout/IMPL_ProjectsPage/ProjectsPage/FoldersPage matches found: //Flyout/IMPL_ProjectsPage/ProjectsPage/FoldersPage,//Flyout/IMPL_ProjectsPage/ProjectsPage/FoldersPage Parameter name: uri ``` ``` ShellUriHandler.GetNavigationRequest (Xamarin.Forms.Shell shell, System.Uri...
### Description Using barcode reader which acts as Physical keyboard and returns barcode as char. When it finished reading barcode it sends new line char "\n". After 5.0.0.2478 (including) version...
### Description Shell project Whenever a content page has a manually set binding context, i.e. ```c# ContentPage page = new SomePage(); page.BindingContext = someViewModel; ``` which we then push via...
### Description [iOS] TapGestureRecognizer is triggered in the wrong area when using AbsoluteLayout in iOS 15.5. (Works fine in iOS 15.4) Tested using the Simulator. If you have two AbsoluteLayout...
### Description ### Steps to Reproduce 1. Add CarouselView to Page and three view inside 2. Add Entry to second page 3. Focus entry ### Expected Behavior Keyboard is shown...
### Description `Xamarin.Forms.Shapes.Rectangle`'s `RadiusX/RadiusY` properties get ignored when the rectangle is set in a `ContentView` the second time. ### Steps to Reproduce ``` using Xamarin.Forms; namespace App { public class...
### Description I need to underline some pieces of text. For this I use Spans with the TextDecorations property giving it the value Underline. It worked fine on version 5.0.0.2125....
### Description This has been observed on UWP, have not been able to test on other platforms. I've started noticing a lot of debug messages about binding errors on ui...
### Description Memory get increased when swiping high resolution image in CarouselView in iOS platform ### Steps to Reproduce 1. Run attached sample [CarouselViewMemorySample.zip](https://github.com/xamarin/Xamarin.Forms/files/9062401/CarouselViewMemorySample.zip) 2. Swipe the image and check...