My app seems to load just fine on desktop and Android phones, but on iPhones the elements don’t all load the first time. People have to refresh to get the app to load correctly.
I had all of my groups (native app style) set to invisible by default with a condition to be visible if a variable was set to their name.
I went through and reversed that logic so that all the groups are set to visible by default with a condition to be invisible in every case except when the variable has their name.