App is built(functionality). Now I’m working on the UI which is the not so fun part with Adalo.
I’m adding an image background to a screen and I noticed that the content loads before the background img so you get a little flicker and it looks buggy. This is on a static about us screen with no dynamic/cms content at all.
Questions:
- Is this something that would potentially go away once the app is on the App Store? As I read in a few posts that performance is enhanced over there.
- Based on your experience: is using an image-background a performance hog for Adalo altogether?
- Is there a way to make the loading a bit longer (ms) but to get a few elements loaded before others - in this case the background image?
Thanks