ZeBen

Results 231 comments of ZeBen

> @softlion, you can actually already build a wrapper property around your enum, as explained in this [article](https://www.mongodb.com/developer/products/realm/advanced-modeling-realm-dotnet/#using-unpersistable-data-types) That should be added somewhere to the doc. And also the generator...

Or implement an attribute that activate and controls this conversion with an IValueConverter ?

> This is another possibility, but we still would prefer to add enums as a supported data type, but that has his own challenges as you can see in the...

it looks like it's back in the version 3.0.0-preview3.1 Did I dream that it was there before ? I don't think so. My add did work on iOS before I...

> .NET runtime in .NET 9.0 Preview 3 is broken since they removed some globalization code. For the time being, adding `true` to your project file should help. I'm using...

> Then it may be something different. On that note, not sure if SkiaSharp 3.0 Preview 3.1 is fully compatible with .NET 8. It seems like it is being developed...

Well, so why `.WithUseEmbeddedWebView(true)` does work. You mean on mobile you can't set the title ? Is there a way to hide that title on the embedded view ?

> On mobile nobody asked to set the title before so we haven't looked into it. That's because there used to have no title. When upgrading from xamarin to maui,...

That's because the code in Platform.GetCurrentUIViewController for iOS is too naive. It's not an issue with communitytoolkit, but with maui. Most of the time, this is caused by a popup/dialog/alert...

@zeldafreak A better way would be to get the MainPage from maui, and get its window instead. Why try to guess something when we already have it. no ?