Tim Miller

Results 246 comments of Tim Miller

Someone has to approve it and then we can merge it, lol. I think it's ready to go. Once the CI changes are made we can remove the build scripts...

That event is not fired because of, I believe, how Android works. https://github.com/dotnet/maui/blob/d749dc779531dcf491746fd2f190382db4f18e0d/src/Essentials/src/DeviceDisplay/DeviceDisplay.android.cs#L103-L115 That API uses an OrientationEventListener, which requires the current Android Application Context. The app needs to be...

Handling that activity event to update the orientation of the screen for that specific MAUI API seems like overkill to be added to the product. It's already [handled](https://github.com/dotnet/maui/blob/d749dc779531dcf491746fd2f190382db4f18e0d/src/Core/src/Platform/Android/MauiApplication.cs#L69-L74) in the...

> Should this go to net9 ? MauiWKWebView.DidFinishNavigation was never being called since it was originally introduced, unless someone outside of this project happened to call it manually (IMO that's...

I believe that's because the Picker on Mac Catalyst opens a modal with the options to select. AFAIK You can't have multiple modals open at the same time in Catalyst,...

> > I believe that's because the Picker on Mac Catalyst opens a modal with the options to select. AFAIK You can't have multiple modals open at the same time...

- If you try and deploy a generic .NET Android project that doesn't implement the MAUI UI Stack (Create a new project with `dotnet new android`) and disable the interpreter,...

Could you please create an example showing what you're talking about? I'm not sure based on what you're saying what you're doing, so I'm not sure how to recreate it....

I can't repro this: https://github.com/drasticactions/MauiRepros/tree/main/MauiThrowTest https://github.com/dotnet/maui/assets/898335/abf17a95-a574-4739-bccd-4abed3697cba I believe this is the same code you have above. If you can repro this, can you create an example showing it? What are...