Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description CollectionView no longer works on iOS 15.4 for version 5.0.0.2401. The items are not displayed and the Application Output has a lot of repeated error messages: **The behavior...
### Description I have two buttons: ```xml ``` For some reason, the `IsEnabled` property is overwritten in Button2 - this enables the button incorrectly. Button1 is disabled this way, but...
### Description So lately, as I was implementing remote notifications and local notifications for Android I stepped upon a very disturbing bug. When using NavigationPage for navigation it is easy...
### Description ```FlexLayout``` (without explicit ```HeightRequest```) placed inside a ```Grid```'s ```Row``` (```Height="Auto"```), the ```FlexLayout``` will be rendered as the same height as the ```Grid```. #### Observation * ```Flexlayout``` with explicit...
### Description I have a Xamarin Forms app that has a collectionview that loads in items from a API as you scroll down in the collectionview. Sometimes when i scroll...
### Description ### Steps to Reproduce 1. Declare ListView.Header as StackLayout/Grid with Label and CSS style 2. Declare CSS styles in .css file ### Expected Behavior CSS style will be...
### Description I have an old Xamarin.iOS project that shows up three random errors from nowhere. These errors started appearing after Xcode 14, before that project was always working smoothly....
### Description I have an AbsoluteLayout in which I draw a bunch of Polygons and for each one I attach a TapGestureRecognizer that is supposed to perform an action. For...
### Description Documentation on OnDisappearing states that this shouldn't be the case, so I'm not sure if the documentation is wrong or if this is genuinely a bug. ### Steps...
### Description Can't find info how properly use SuppressLint in Xamarin. There is just basic info on Microsoft sites. Official android documentation shows code for Java/Kotlin. ### Steps to Reproduce...