Hi I’m looking for a solution on making a loader animation for a repeating group for my app. My problem isn’t in displaying the loader animation but with its positioning. What is the most responsive way to position a HTML element over a repeating group so when the repeating group is loading I can display the loader animation perfectly centered in the repeating group. Thanks in advance!
Have you tried putting the loader and the repeating group in another group?
1 Like
I ended up using a popup, but I will try this approach!