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 (storage data). Can I disable it??
you can set the max crosswalk cache.
<preference name="xwalkCommandLine" value="--disk-cache-size=1024'" />
ref: https://github.com/driftyco/ionic/issues/3730#issuecomment-173954972