How to disable cache in embedded chromium browser
Hi there,
how can the browser cache be disabled in embedded chromium browser?
Some sources say, that You just can open Chrome and disable it via settings -> more tools -> developer tools -> Network -> "disable cache".
But this seems only to work for the "real" chrome browser and has no effect on the embedded browser.
In the embedded chrom(ium) browser only refreshes the base page (e.g. test.php) and its included javascript (<script src="test.js" type="text/javascript" ></script>) but not javascript files, that were included afterwards ( document.write("<script type=\"text/javascript\" src=\"my-lib.js\" charset=\"utf-8\"><\/script>'); )
any help would be appreciated.
Thanks
/me

