Tim Miller

Results 202 comments of Tim Miller

Yeah, this is a Runtime issue, closing as duplicate of https://github.com/dotnet/runtime/issues/97599

As far as I know, Hot Restart is built on top of a prebuilt .NET 8.0 application, and depends on that toolchain for building and deploying it. .NET 9 is...

Because you need to connect the iPhone to the Mac, otherwise Pair To Mac won't see it.

That would be an issue for the Visual Studio side to look at, that's related to the underlying tooling for debugging and deploying iOS apps and it's independent of the...

Can you please turn this into a full example? If I use ScrollView directly within the view then I believe your layout renders correctly, so my guess is this is...

I don't believe this is a MAUI UI issue, all of those APIs are UIKit. What you're doing is - Getting the UIKit UIImageView from the MAUI Image - Converting...

I think your Grid layout is the root issue: You have a multiple Grids that are effectively at the same root level, with a drop target that's nested two deep....

Going through the history here, if I understand it right, I believe the Navigation Delegate was added a week or so after the cookie code was added. So that code...

See https://github.com/dotnet/maui/issues/21249, I was able to reproduce it as well through their example. seeing as their example was with XAML, I think this issue should be reopened.

Looking through this and the related issues, I think the root cause of this is https://github.com/microsoft/microsoft-ui-xaml/issues/5689. The BlazorWebView uses WebView2 from whichever version of WinUI is referenced by MAUI, and...