Posts by Marco Aurelio • 11 points
3 posts
-
0
votes1
answer22
viewsA: Dynamic defaultPage for mobile app
I managed to solve, Unfortunately it is not a beautiful solution! When initializing the app I direct to an intermediary Page. This page checks whether the user is logged in or not and redirects to…
-
1
votes1
answer36
viewsA: function returning Undefined
Good afternoon, Ane Mendes! So I made some changes to the code to make it work!! I’ll explain. 1 - Always declare variable outside repeat loops. 2 - always initialize the variables that will be…
javascriptanswered Marco Aurelio 11 -
0
votes1
answer22
viewsQ: Dynamic defaultPage for mobile app
Good morning/late/evening! I am developing a mobile APP! In this APP there is a login screen and a main screen. I want the user not to have to log in every time he enters the APP, the first time the…