Patrick Le Quere
Patrick Le Quere
Hitting this as well. Here's a full stack trace. System.ObjectDisposedException ObjectDisposed_Generic ObjectDisposed_ObjectName_Name, Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView ``` void JniPeerMembers.AssertSelf(IJavaPeerable) void JniInstanceMethods.InvokeVirtualVoidMethod(string, IJavaPeerable, JniArgumentValue*) void RecyclerView.RemoveItemDecoration(ItemDecoration) void MauiCarouselRecyclerView.UpdateItemDecoration() void MauiCarouselRecyclerView.UpdateItemSpacing() void MauiRecyclerView.LayoutPropertyChanged(object sender, PropertyChangedEventArgs...
I am also hitting this issue on a regular basis, even on the first load. Setting a fixed height does mitigate the issue, but it's not an acceptable workaround in...
> Also looking to implement a WebViewHandler , none of the events fire. so no hacky workaround. Last option left is a blazor webview in a mainly xaml solution.. An...
Would strongly recommend backporting this to .net 7. There is no recovery path when it starts happening randomly, and in my experience, even catching exceptions is not sufficient - there...