-
### 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 …
-
### Android framework version
net8.0-android
### Affected platform version
Android 11
### Description
![Image](https://github.com/user-attachments/assets/2decdb57-b415-47a6-9675-fbd3d21d91f5)
…
-
# Trending repositories for C#
1. [**AvaloniaUI / Avalonia**](https://github.com/AvaloniaUI/Avalonia)
__Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. Th…
-
### Summary
In .NET 8 we continue to pursue improvements to the reliability of Hot Reload as well as build performance in order to reduce the amount of time between when the developer makes a chan…
-
As title states, what's the future of MAUI UI testing?
Will this repo be eventually used for UI testing or are we going to keep using Appium?
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/auth0-oidc-client-net#readme) and the [documentation](https://auth0.github.io/auth0-oidc-client-net/documentation/intro.ht…
-
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 /…
-
This is not an issue report, this is a question.
Currently, [AddHostObjectToScript](https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.addhostobjecttoscript?view=…
-
### Project name
MAUI App Tutorial
### Description
This is my first time making this type of project. It did not go well but I want to submit it to show that I tried.
This project was following th…
-
### Description
I have a `ContentView` in `XAML` that is displayed after switching a tab.
The `ContentView` is not too complicated in my opinion:
```xaml
…