I’ve run into this issue repeatedly since I started building a single page app.
I will load a Group that has lots of data (and can confirm proper functionality on desktop via debugger/server logs). But on mobile, the group will appear totally blank:
If I do the trick of either orienting to landscape very quickly and back, or exiting out of the browser (this happens on Chrome and on Safari), the data that I expect will suddenly appear properly:
Does anyone have a sense of why this happens, and how to prevent this?