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 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...

t/bug :bug:
s/unverified

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...

t/bug :bug:
p/Android
s/needs-repro ❔
a/shell :shell:
s/unverified
a/navigation

### 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...

t/bug :bug:
s/unverified

### 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...

t/bug :bug:
s/needs-info ❓
s/unverified
a/navigation

### 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...

t/bug :bug:
s/unverified

### 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...

t/bug :bug:
s/unverified

### 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...

t/bug :bug:
s/unverified

### 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....

t/bug :bug:
s/unverified

### 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...

t/bug :bug:
p/UWP
a/binding ⛓
e/3 :clock3:
a/listview

### 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...

t/bug :bug:
s/unverified