Closed jrouault closed 10 years ago
To try the cache, you can add this in EjectaRenderer.java:
Utils.copyDatFiles(ctx, dataBundle + "/cache/", "www");
In index.js, you can try this:
img.src = '/data/data/com.impactjs.ejecta.sample/cache/bg.png';
img.src = 'file:///data/data/com.impactjs.ejecta.sample/cache/bg.png';
img.src = 'bg.png';
:credit_card: mmmmm cache checks.
To try the cache, you can add this in EjectaRenderer.java:
In index.js, you can try this: