I have a single page mobile app where people select items from a repeating group and then a new group opens with detailed information about the data selected. Think of, selecting a candy bar from a list of products and then opening it to see detailed nutrition info etc.
The problem I am running into is that the first time it is selected, the page loads but then the data populates creating a sort of “pop-in” effect. If, in the same browser session, I go back to the main page and re-open the item the information is already there and it does not pop in.
Are there any tips or tricks to make the data load BEFORE the group shows up the first time? It really ruins the smooth experience I am going for.