Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description All buttons and input inside a carousel view item don't register. Works as expected on Android, but it doesn't work on iOS. I have attached a [sample](https://github.com/bricefriha/IssueCarouselViewInput). ###...
### Description I am using the Firebase Messaging service for handling Push notifications On notification tapped Intent OnHandleIntent method calls I tried to start the activity of Splash screen it...
### Description Button ContentLayout does not respect the distance on Android ### Steps to Reproduce ```XAML ``` ### Expected Behavior Correct on UWP:  ### Actual Behavior Wrong on Android:...
### Description If set a toolbaritem's order to secondary in app with shell it's not working at all and is placed on main order ### Steps to Reproduce 1. Create...
### Description Hello, DisplayActionSheet long title seems cropped from end? Is there any way to fix that? Thank you in advance. ### Screenshots 
### Description As a step in the direction of getting https://github.com/xamarin/Xamarin.Forms/issues/2210 resolved we should first fix OnAppearing/OnDisappearing so that they fire consistently across platform and that we resolve the cases...
### Description I get this error when I try to use v5.0.0.2662 ``` Project1.csproj : error NU1605: Warning As Error: Detected package downgrade: Xamarin.AndroidX.RecyclerView from 1.2.1.5 to 1.2.1.1. Reference the...
# Description I created a new project in VS just by choosing the Shell template. I converted the AppShell to have `flyout` menus instead of tabs. In the attached screen...
### Description In Xamarin.Forms you cannot push any new child pages if the Page (wrapped in a NavigationPage) is located in the 'More' section of the TabbedPage. If you try...
I have a Xamarin.Forms project with support for iOS smart devices. In Organizer from Xcode we can download crash logs from our users (AppStore build). How can we pinpoint (native)...