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!
Hi,
my app is crashing on Android, if I navigate to a already-initialized page. The following exception is raising:
'Cannot access a disposed object.
Object name: 'Syncfusion.Maui.Core.Platform.LayoutViewGroupExt'.'
It's only happening on version 26.1.42 and 26.1.41. With version
I have append a sample project to the attachments.
You only have to
- Start the app.
- Click on Open test page. The TestPage is initializing at this moment.
- Go back to main page.
- Click again on Open test page. The TestPage is now already initialized. And here comes the crash.