Skeleton Loader for Native Mobile Shortlist

Hi there!
I am trying to design a Skeleton loader in the native mobile editor for a Shortlist, but the shortlist unfortunately lacks the “is loading” state for conditionals. Any other ideas for how to not display the shortlist until it is fully loaded? Right now it can take a while to load and often looks terrible while doing so…
Thanks!

You can try placing the skeleton loader inside a floating group and hide it once the shortlist becomes visible and the shortlist count is greater than 0. This way, the skeleton stays on top while the shortlist is loading and disappears automatically after the content is fully rendered.