-
It would be nice to follow the initialization pattern that maui, other .net bits and other sharpnado libs use to register this.
Something along the lines of:
```csharp
public static MauiAppBuilde…
-
### Description
Currently trying to load a map control onto my Android phone, but I get this error when building the app:
```
Severity Code Description Project File Line Suppression State Details…
-
Hi! I want to add WebSocket Server capabilities to an existing Xamarin application (to perform inter-app communications), so I'm using version 2.1.78 of the packages. Somehow, I can't get clients to c…
-
This is very similar to https://github.com/microsoft/Win2D/issues/891
But instead of the CanvasFontSet API, I am trying to render an image using text with the `CanvasTextFormat` type. This thows a …
-
### Description
I've been playing around with native embedding. In native apps on Android, iOS, and Windows, the `ContentPage.OnAppearing` override isn't being invoked on navigation, whereas it is …
-
When developing cross-platform GUI applications with frameworks like [Microsoft MAUI](https://dotnet.microsoft.com/en-us/apps/maui) or [Avalonia UI](https://www.avaloniaui.net), you can publish your a…
-
Our Maui based solution is using Native Aot and reflection based serializarion is disabled for Aot projects.
I think this would mean exposing the serialization settings for the offline entities and /…
-
### Description
I have a `ContentView` in `XAML` that is displayed after switching a tab.
The `ContentView` is not too complicated in my opinion:
```xaml
…
-
https://www.youtube.com/watch?v=MxImRQEWe_w
-
### Description
The bottom TabBar on Android shows a weird behavior when combining tab pages and flyout navigation (see the second exercise of the [Create multi-page .NET MAUI apps with tab and fly…