When the first page of my app is opened, there are multiple pieces of text, buttons, etc that should be hidden based on user permissions. But they are present for a split second before disappearing. I tried to hide them by having users go to a Welcome page before they click through to the main page, but it still happens. Any suggestions on how to keep these items correctly hidden?
Show me any example of visibility condition.
May be its enough to add: and not empty
1 Like
The issue seems to be that everything loads onto the screen and then Glide takes a second or two to actually process the visibility conditions. During that time, everything is visible.
Is there a way to make things START not visible, then appear only if they’re supposed to?
Looks like a bug. But very, very old.