Cordova app is saving DOM loaded data using AJAX on Android app's Data space
问题 My Cordova+JQM application has multiple templates (across sub-pages and multiple HTML documents) which are filled with data requested using AJAX. My issue is, my application's size increases each time I load the data in my template, doesn't matter if I have opened it before. And the app's details do not show an increase in Cache , but in Data . The cache is minimum, like a few kbs, but Data goes in MBs. I have not enabled data-dom-cache of JQM. I even tried to call a function to empty the DOM