ilovepumpkin commented on issue #1498: URL: https://github.com/apache/cordova-android/issues/1498#issuecomment-1269245811
Hi @breautek , I am able to reproduce this issue in a raw Android webview. Here is my project [android-webview-sample-app-master-TestMemoryLeak.zip](https://github.com/apache/cordova-android/files/9720809/android-webview-sample-app-master-TestMemoryLeak.zip) Because I have no background for Android development, I created the project by importing https://github.com/tscolari/android-webview-sample-app and did some modification to make it debugable and be able to load local resources. Now this sample app will try to local web content from `file:///data/data/tscolari.mobile_sample/files/index.html` . You can put whatever web content in files folder and call "location.reload()" for many times in web inspector, then you will see the memory leak issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
