ilovepumpkin
ilovepumpkin
Hi, Is there any plan to support the contructor with parameters? It seems that this issue has been kept open for long time. No plan?
@JordanWSmith15 @jessieyan This can be easy to reproduce on https://carbon-addons-iot-react.com/?path=/story/1-watson-iot-table--playground, and recorded a video for you. https://user-images.githubusercontent.com/11310645/197453564-c4c73401-8653-402d-9291-bb66a40e3465.mp4
I am not sure if this is a cordova bug or maybe there is another method I should use to reload the application to avoid this out of memory issue?...
@breautek Thanks for your reply! I do understand that if the application code is not written in a right way, it might cause OOM,, but as I said, I reproduced...
Unfortunately I have to refresh the web view in programming way - it does not have to "window.location.reload()" or "history.go(0)", any other methods that I can use to refresh cordova...
I have ever tested standard browser - it is not replicable. Regarding "using the Android webview by creating a native app with a webview", I guess I don't have to...
It is interesting that I found this - https://github.com/react-native-webview/react-native-webview/issues/602 . It said that window.location.reload does not work in Android webview, I am curious how it works in Cordova?
Yes, I also tried `cordova.exec(console.log, console.error, "CoreAndroid", "clearCache", [])` and `cordova.exec(console.log, console.error, "CoreAndroid", "clearCache", [true]) `. It does not help, :(.
@breautek The prompt issue you met seems not same with the one I mentioned - the one I mentioned seems just no be able to get latest web content with...
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...