The persistent symbol placed on the next scene did not preload the HTML widget on the next scene. See this doc. On scene 1 you can see the website is loaded, but when you click the Next Scene button, it still takes a few seconds to load (its not already loaded) -- which for my usecase takes even longer as it is heavier.
Preloading on different scene.zip (30.5 KB)
There are quite a few posts on preloading the next scene but I could not find any that solves the problem.
- I tried using this one but all it does is immediately load the next scene on the current scene, as far as I can tell.
hypeDocument.showNextScene();
nextScene = $(".HYPE_scene").filter(":visible");
nextScene.toggle();
hypeDocument.showPreviousScene();
- I am curious what Hans meant here:
Any specific guidance would be most appreciated.
Thanks
Hyper