I have a walkthrough tutorial in a popup with option set images. I wanted to display a loader while the images were being loaded into the popup so I used the “Page is loading” conditional. This however doesn’t work because the page loads before the popup images are finished loading, therefore the loader never shows.
Is there a better way to determine when the popup has loaded?
What you can do is place a loader (spinning circle icon) inside your popup and, in front of this icon, your image. When your users opens the popup they will see a icon spinning. And, as soon as the image is loaded, it will be displayed in front of your icon.