Hi everyone! Crosswalk works great for our application. I started using Microsoft CodePush in the application but I noticed a caching problem. Apparently the index.html file is cached and it keeps loading the old index file. I found the RELOAD_IGNORE_CACHE flag but not sure if this is what I'm looking for.
Any ideas on how I can solve this problem? Is there any config.xml setting I can use to make sure it loads my local assets from disk instead of from cache?
Hi everyone! Crosswalk works great for our application. I started using Microsoft CodePush in the application but I noticed a caching problem. Apparently the
index.html
file is cached and it keeps loading the old index file. I found theRELOAD_IGNORE_CACHE
flag but not sure if this is what I'm looking for.Any ideas on how I can solve this problem? Is there any
config.xml
setting I can use to make sure it loads my local assets from disk instead of from cache?Thanks in advance!