I have a question.
I have more than 7 applications
But, I don’t understand why this particular app always starts on screen1, when I switch applications, when I press home and return to my application.
With my other applications, I can change applications, navigate through the cell phone menu and when I return I find the last screen that I was using (different from screen1)
I think IT depends on what button you Use.
For example if you Use the back button on Screen1 IT basicly closes the app.
Wich when re-opening IT makes the app start on Screen1.
However if you Use the Home button.
The app stays open and Will open on the screen you left IT.
This app worked perfectly, if i was on Screen3… Exit
of the app and return to Screen 3.
Now I imported Screen2 .ais ( with Login firebase auth blocks) and show the error… Always return to Screen1.
I think can be a bug from Kodular for import .ais or with Firebase Authentication block
if not use “Close Screen” the app presents a loop. ( open and open and open Screen2 )…
The loop is resolved turn off timer (thx u):
but, The error still does not resolve, when I exit the application it restarts to screen1.
I insist; I think can be a bug from Kodular for import .ais or with Firebase Authentication block in a Screen
I suggest you to use tinyDB to store the screen last used. So whenever the user open the app first check up this function
Also I suggest you to use screen name or assign number in tinyDB for each screen.
Suppose if the user entering into screen 2, store the value under the tag(last screen) as 2. Next time while he open first call the number stored in tinyDB. If it is 1 open screen 1. If it is 2 open screen2 and so on…