Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I'm trying to update all elements on several (loaded) views with a PropertyChangedEventHandler (due to the fact that the app's language has changed). This works for Xamarin (Android and iOS) as well as .NET8 MAUI iOS.
For .NET8 MAUI Android the app crashes with a
System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Syncfusion.Maui.Core.Platform.LayoutViewGroupExt'.
See the complete stacktrace in the attached file.