Shane Neuville

Results 829 comments of Shane Neuville

Can you test with the latest nightly build? https://github.com/dotnet/maui/wiki/Nightly-Builds

`MapContainerView` is going to be slow if it's the first time that the Containerview is being created. IT's newing up the `WrapperView` and then adding the PlatformView to it. So,...

Usually this happens because the Managed component has been garbage collected but the unmanaged side hasn't. This can often times happen with things like Animations, where they are going to...

Can you attach a logcat file with your crash? https://learn.microsoft.com/en-us/xamarin/android/deploy-test/debugging/android-debug-log?tabs=windows