SailDev

Results 11 comments of SailDev

Being on a floating caravan, i can confirm, that installing the .mpack download version works in VS for Mac 2022 17.4.

Since this is still a problem, i am using the following concept as a workaround: ``` // Different routes for the same page Routing.RegisterRoute("page1", typeof(APage)); Routing.RegisterRoute("page2", typeof(APage)); // Subscribe shell...

Still not working in GA. Is there a method, to show/hide the ENTRY keyboard manually?

Many thanks marcoablanco. That looks interesting and a real benefit, compared to XF Forms. It seems, that i should investigate some time, understanding the handler architecture in Maui.

Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.2.0 Preview 3.0

Same issue here. I use the "AppDataDirectory" as root folder and create specific subfolder i.e. for database, logs, attachments, .... var rootFolder = FileSystem.Current.AppDataDirectory; var dbPath = Path.Combine(rootFolder, "db"); Result...

I _had_ the same problem with a "jittery" collection view. A simple list page structure with a custom "toolbar" control at the top and a vertical collection view below. The...

In the context of this issue, i have a question about the available tools for analyzing memory leaks on a Mac for iOS devices. I got dotnet-trace working, but to...

Hi XamlTest, i have tried your test scenario, unfortunately with the same runtime exception result. My process was: 1. Downloaded 5531.zip 2. Added provisioning configuration to .csproj ``` ios-arm64 Apple...