Tim Miller
Tim Miller
@activa Because it was addressed with https://github.com/dotnet/maui/pull/18813, and linked with another issue. So this issue is for looking at the iOS side.
@Dryzler Can you try the same thing with an .NET iOS app that doesn't use the MAUI UI Framework? You can set one up by running `dotnet new ios` (you...
You listed an example but didn't link it. Could you link it please?
Also, my guess is that this is a duplicate of https://github.com/dotnet/maui/issues/18365, which covers the same topic.
Could you please create an example repo with the fonts you used and how you set up your project? That'll help debug it.
This doesn't seem like a bug. You're not closing the modal, you're closing the Window. That event is specific for when the modal itself closes within the Window, so it...
So you would handle it when the Window closes?
Could you please create an example for how you set up your projects?
It builds and deploys fine for me without issue from CLI. Are you doing this from Visual Studio on Windows? VS Mac? Rider?
Could you please create a reproduceable sample showing what you wrote and how you implemented it? I'm not sure what you're trying to do based on what you wrote.