-
I've followed this tutorial here for adding GTK to Xamarin.Forms project:
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/other/gtk?tabs=windows
GTK# works nicely on Mac, Windows a…
-
1. Downloading the solution, open it and compile it: namespace missing. I had to add manually this:
`using MarcTron.Plugin.CustomEventArgs;`
2. Cannot compile for iOS:
>C:\Program Files (x86…
-
### Description
ItemSelected (and ItemTapped) is not called on a listview, if it has label with TapGestureRecognizer:
``
` `
` `
` ......`
` `
` …
-
### Description
The combination of a flyout menu and tabs has never worked correctly in MAUI. I have reported some problems in RC1 in #6558. They have been fixed, but other bugs have appeared.
I…
-
### Description
## Original Case
In our Android app we are using a custom control which displays a dropdownlist based on an enum. The user can select an entry to change the value. The value is bou…
-
### Description
In our app we communicate with our RestApi and perform a authentication using OIDC.
To do this, we call an endpoint with the webview (webview.Source = endpoint url), which redirects …
-
### Description
A File | New Xamarin Forms project with updates applied (as detailed below) causes an exception that breaks execution when CLR Exceptions are enabled
### Steps to Reproduce
…
-
### Description
FlexLayout does not consider FlowDirection (specifically when set to RightToLeft)
### Steps to Reproduce
Open the FlexLayout Demos sample:
https://developer.xamarin.com/s…
-
The first navigation call end up in this else case: https://github.com/xamarin/Xamarin.Forms/blob/ae8e52feb5faacf1890b870eb291b509e5b832e6/Xamarin.Forms.Core/Shell/ShellNavigationManager.cs#L166 Which…
-
XF 5.0 [UWP] - CollectionView Dynamic ItemsLayout Change- CollectionView row Item height should be auto adjusted when ItemsLayout changed from Vertical to Horizontal
### Description
While testing …