How to prevent the user from interacting until the page is fully loaded

In Bubble, data is dynamic which is great. However, I don’t want users clicking on buttons etc until the data on the page is loaded.

I was thinking I would show a spinner or something and hide it when the page is ready. Is there a way to detect a complete page load somehow?

1 Like

Not really. We do offer this option for the repeating group though, which is usually what contains the big chunk of data. See this https://bubble.io/reference#Elements.GeneralConcepts.States.get_loading_status

@emmanuel We’re having problems with a repeating group of images not displaying unless the user scrolls the page. There are some drop down search menus at the top of the page, but the repeating group should appear immediately. It’s not. The link to [quote=“emmanuel, post:2, topic:1590”]
See this https://bubble.io/reference#Elements.GeneralConcepts.States.get_loading_status
[/quote]

does not show anything in the documentation. Any ideas?