ilovepumpkin commented on issue #1498: URL: https://github.com/apache/cordova-android/issues/1498#issuecomment-1257110833
I tried `cordova.exec(console.log, console.error, "CoreAndroid", "clearCache", [true])` as well - as you can see, I passed "true" parameter to expect the disk cache is cleaned, but it seems not. Is "clearCache" really called?  I tried to invoke some random string and cordova.exec does not return an error. How should we know if the method is really called or not?  Regarding the prompt issue in your sample Android Webview app, I think it is different to what I mentioned above - in the issue I mentioned, it didn't mention the prompt you saw, but just the webview does not give an latest page content after calling location.reload. -- 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]
