Cordova app is saving DOM loaded data using AJAX on Android app's Data space

对着背影说爱祢 提交于 2019-12-07 07:23:40

The problem was, whatever Cordova received via AJAX was cached into app_webview/Cache. So, I tried using the File API to delete the content, but somehow it kept on failing; gave some unknown error, so debugging that was impossible.

But this plugin did the thing: https://github.com/Sharinglabs/cordova-plugin-cache. It is compatible with Cordova 3.3.1 and above. It works with my Cordova 4.2.0 app.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!