I’ve ben going through the forum but wasn’t quite clear if this is either difficult or impossible to do on the Bubble platform.
Basically I’m going through beta testing on my app and one of the biggest complaints I get is that the app may be slow but more importantly, the user is not sure if the app is loading so they perform other acts like re-clicking on buttons.
I was advised to include an icon with each page change to show that the loading is in progress on my pages. I would imagine most developers experience this, and would appreciate some help on this.
Offload pieces to an API workflow where it makes sense
Use the loading spinner
To use the loading spinner, I usually have showing it as the first step in the workflow. Then, the last step of the workflow is to hide it. I do this as a popup that can’t be closed by pressing escape.
MoveIt will let you move anything around the page and rotate either to a deg or non stop rotation. Among the countless uses for it one thing it defiantly does do is give you a massive upperhand as a visual and UX tool.
Thanks Andrew, I’m able to get this working, however for my app, most of the workflow actions tend to move to a separate page so I’m not permitted further action after a navigating action. It still works though
Me I just used html and made my own its easy and free lookup if you want free website loading icon html and you copy the code and get the html bubble element and paste the command in there then you can show and hide it in work flow