Hi All,
I'm using Apex 19c; I've some very slow loading pages where the user can not do anything while the page load process continues.
The user sees only a blank page.
I want to show some kind of information (data, charts or even static image) during this process asynchronously.
Another question is how to get notified when the page load process gets completed (All DOM elements loaded along with all the external CSS, images and other assets). We usually do it by doing inspect element and then observing the Network tab.
I need help to solve this.
Thank you.