Open nastutusha opened 3 weeks ago
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
I've seen the similar issues, but none of them neither address nor fix the condition I've described.
Any news on this guys? Our team is stuck with this issue and it's even worse because there doesn't seem to be any workaround that helps.
On iOS MAUI app there is a memory leak when pushing a modal page, when this modal page is popped, the underlying navigation page loses all controls.
Steps to Reproduce
Actual Behaviour:
Page that called a modal page becomes completely blank after pop
Expected Behaviour:
Modal page pushed and popped without a memory leak
I have a sample project with Memory toolkit applied where you can see a page gets leaked after pushing modal page and becomes blank after popping it https://github.com/nastutusha/MauiModalMemoryLeak
Version with bug
I can reproduce it with .NET 8.0.402 and 9.0.100-rc.2.24474.11
Affected platforms
iOS