ok this one is not only getting to me it's becoming an issue for some users who aren't as excited about using an app in a new process as others might be ! 🙂
Just to recap here's the issue.
The gallery which shows on landing screen of my app apears to show the items as if they are stacked on top of each other instead of spaced out in a gallery when users land on the screen. They need to click a refresh button to view it correctly. here's what's on the refresh button Refresh(TaskRecord)
I have that on the on startup of the app, I have it on the "on visible" of the screen, I even have Select(btn_refresh) on the on visible. not only that I tried adding a screen before the landing screen with a simple login button just to get them to click it and it would also refresh the data source but same issue LOL.
What on earth is causing it?? can't help thinking it's something to do with the containers? it works fine on browser.
Here's the architecture of the containers and where the gallery is. The gallery is in a vertical container
then I have a horizontal container in the gallery which contains one vertical container and two horizontal containers.
The vertical container shows the labels if the screen size is <4 so in other words mobile and first of the 2 horizontal containers shows the labels if the screen size is >4.. just for visually better layout. the 2nd horizontal container just shows the select icon and is visible for both sizes.
All works well when I refresh the data, it's just that inital landing on the screen where they are all stacked on top of each other in one row in the gallery till I manually hit refresh..
Has anyone come across anything similar?