Jonathan Dick
Jonathan Dick
I'd like to start some discussion around Xamarin support for Card.IO (iOS and Android). Moving it to this new issue as per https://github.com/card-io/card.io-iOS-SDK/issues/205 We (Xamarin) already have a set of...
I'm at a point with the Xamarin.Android app that it would be really nice to have a Web API to continue development against the staging server. This could just as...
Add the ability to specify app permissions at a cross platform level within the .csproj and have the platform specific permissions added correctly to their respective manifest files. We could...
Example of localized descriptions: https://github.com/dotnet/runtime/tree/main/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/localize We need to generate these for .NET MAUI workloads as well.
Adjust when CodeQL is enabled to run.
From #10876 We need to add test coverage once we have a UI Testing mechanism in place.
From: https://github.com/dotnet/maui/pull/11357 We should add a UI Test to cover scrolling + refresh view
On Desktop platforms, when hovering over a view, provide the ability to change the mouse cursor. Could we provide this via an attached property, or perhaps provide an out of...
### Description On Android, even using `IsSwipeEnabled="False"` on a CarouselView, it is still possible to 'tab' through to the next item, causing the next item to scroll into view. It...
### Description When using a CarouselView, the item container appears to be focusable when 'tabbing' through items. You can observe in the video that the entire item view turns 'gray'...