How do you manage your login page? (For those who obviously have an active login on the mobile part?
Let me explain better. What is your home page? The login page or the page that actually has to be login?
Maybe by mistake I set the login page as a homepage with the conditional that if the user is logged in he goes to the page that really should be the home page.. and actually it’s a bit ugly because for a second you see the login page before the home page..
Hi. I have my app designed and configured exactly the same as you. Honestly, I hadn’t stopped to think about the UX when the user has to go through the home view to the destiny view first when is already logged in.
I’ll tell you that I just reversed and everything works exactly as it should, without that bad shot I saw before. In addition, bubble bot advised me to make the home screen invisible (now she is the one who is seen for a few microseconds) if the user is not connected. Try it, it works great!
I make the home/index basically a logo page or a loading page, and then take them to the real home page or login as needed. It looks nice while the system is booting up and checking the current user status.