Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description Misalignment of entry (Text & Placeholder) and picker when using RTL on IOS but works fine on android ### Steps to Reproduce 1. Create ContentPage with entry and...
Team , This is to ask you about the CarPlay Support in Xamarin . Is Xamarin Support CarPlay? .If yes Could you please get the official documentation on how to...
### **Description** We are observing Xamarin.Forms version 5.0.0.2478 and Appium compatibility issue in Android. Elements are not interacting in the mobile UI with Appium and automation execution is not happening...
### Description When setting the style of a button at runtime, it does not work properly for apps using Xamarin.Forms 5.0.x. When using Xamarin.Forms < 5.0, i.e. version 4.8.0.1821, then...
### Description When using tabbed page, the OnAppearing method is not always called. When I launch my app all the OnAppearing methods get called for the first time - fine....
### Description Titleviews do not render on iOS 16. This is a huge problem because as my customers update to iOS 16 my existing deployed apps will no longer include...
### Description of Change ### When initializing a hidden Shape, the initial size is zero, which is then updated to the correct size here: https://github.com/xamarin/Xamarin.Forms/blob/f35ae07a0a8471d255f7a1ebdd51499e10e0a4cb/Xamarin.Forms.Platform.iOS/Shapes/ShapeRenderer.cs#L391 We avoid using the implicit...
### Description of Change ### Avoid fire the CollectionView SelectionChangedCommand event if the user tap a Button for example. With the change from this PR, the behavior is the same...
### Description of Change ### This PR is a refactoring of the classes `ObservableItemsSource` and `ObservableGroupedSource` for two reasons, 1. the workarounds that grew in these classes eventually lead to...
### Description of Change ### PageLifecycleManager added in 4.8 needed some extra logic to detect the valid page to call OnAppearing for on iOS ### Issues Resolved ### - fixes...