I'm using ionic with crosswalk. I know that app with crosswalk is much bigger that without it. But I see that crosswalk is caching data (guess images and data from internet) and app is even bigger when navigating. Can I disable it??
Yes! That is a big problem.
You can call:XWalkView.clearCache()
in onCreate or onDestroy method.
Also the constant RELOAD_IGNORE_CACHE
would ignore cache files on startup. But I have not used it till now.
How about to add --disk-cache-size = 0 ?