I have a single page app that is taking too long to load. The user experiences ~5 seconds of a blank screen while Bubble is downloading all the code for the page. I’d like to show some action on the screen instead of just 5 seconds of dead time. The problem is that icons, images, plugins, etc don’t display BEFORE the app starts to download.
My question: Is it possible to add code in the Page HTML Header section that will display something visual to the user (as simple as “Please wait, this shouldn’t take long” to something even more pleasing like a spinner of some sort)? If so, can you show me how? I’ve tried a bunch of stuff and just can’t get it to work. I think it should be possible, but it’s likely a syntax problem.
Thanks for any help!