We now have a new data source called “Page Loaded Above Fold” that tracks whether all the data is loaded that’s necessary to render elements that are visible to the user when they first view the page. This is to make it easier to control how elements show up… sometimes you want to show things as soon as you have data for them (that’s bubble’s default), but sometimes you want to wait til everything is ready to avoid flickering.
Also, could not we access this data change from “Trigger a workflow when data change” ?
I know it’s a bit different than listening to a Thing’s data change but would be useful for things like for instance :
hide spinner popup after page above fold has loaded
trigger a process after a search has been done on page loading (so we are sure it has been done). I already had to struggle a bit on this.
Clearly it’s a power user feature that would be nice to use as a “Trigger when page has finished loaded”-like.
Other use case for which “Trigger a workflow when page has finished loaded” would be useful :
I already tried several time to get the page srolls down to an entry of a Repeating Group on page load (according to a parameter in the url). Right now it doesn’t work because the entry can be found on loading.
Hi guys, sorry for the delay fixing this… it’s back online now. I also added a second datasource, “Page Loaded (Entire)”, which works the same way but takes into account below-the-fold elements.
Re: running a workflow, I think what I’m going to do is a create a generic event that fires when a given condition is true, since that would allow you to do this (and a lot more). Will release this shortly.
Could this feature be used to create skeleton screens…displaying the basic structure of the page and gradually filling in the missing pieces as they download?
Page Loaded (Entire) does not consider repeating groups?
I tried to use the function because the loading time of my repeating group is quite slow, but it hides the loading screen as soon as the full page is loaded. But only then it starts looking at the databanks and populating the repeating groups…
I observed this as well printing PDF (with SelectPDF). The trigger “page is loaded (entire)” sometimes happens a bit too soon. But it happened once in a while. Don’t if it’s due to memory cache or something else
I tried to do it after writing this post but could not get it again on the same page it happened before. If I succeed in, I’ll fil up a bug report, definitely. @paul.miller.germany@ryanck if you have a page with a permanent error, can you do it please ?