In a couple of my more complex apps, I’m noticing lag issues moving between screens and loading extensive inline lists — this behaviour has only been noticed on Android as I don’t use iOS devices.
What I’ve found is that if I run my app in my browser instead of running the installed app, the experience is perfect and without any noticeable lag.
I don’t know if this is an Android limitation, or if anything can be done on the Glide side to improve the installed app experience. I’ve been going back and forth with @George_B trying to determine what is causing my issues (originally thought to be row owner issue), but I think this is it.
Has anyone else seen this?