Ashley
Is their something like this:
document.addEventListener("loaded", function() {
// code
}, false);
I want to check if the first layout (Loading layout) is fully loaded - visible in index.html. Is this even possible?
Placing my codes after cr_createRuntime("c2canvas"); has no effect.