Our App
It is a WebView in Android 11 that is loading a basic React app and using BabylonJS 8.
Our Issue
The issue that we see is that there is a consistent memory leak into the Native space even if there is no interaction and there are no active changes in the scene.
Our question is if anyone else has faced this Android 11 + BabylonJS 8 memory leak issue and if there is a solution to prevent it?
Please forgive the lack of exact details as this is an enterprise app and I can’t give exact code. We did put in a very basic scene with just a sphere that has zero changes in the render loop and we still noticed this memory leak. So we are just hoping (after all our searching and trial/error) if anyone else out there has a turn-key solution that we may have overlooked.