Basically, I am using the screen 1 as a splash screen and I have put a timer which when fired, it automatically opens screen 2 from which I can navigate to other screens. But when I press back on say, screen 11, it goes back to screen 10 then screen 9 then screen 8 and so on until Screen 1 (splash screen) and now it stays on the splash screen indefinitely because the timer has already been fired once and loop is disabled.
What I am trying to achieve is that when back pressed, once it reaches Screen 2, instead of going back to Screen 1 it should simply quit the app.
Now I understand this is because iOS guidelines state that its apps should not have quit or exit buttons, but my audience is fully android and I am never going to even build the iOS app. So whats the option for me here? How can I close the Splash Screen once the app is past that screen?
If you are not going to create applications for iOS, then why do you use Thunkable X? Use Thunkable Classic where for Android there is much more functionality than in X.
As a screen splash use a full-screen Column with absolute positioning that covers all the elements on the Menu Screen. By the timer, make this Column invisible (with all the elements on it) and as a result, the Menu Screen will be visible.
The problem mentioned in this discussion is serious. I have not yet found a good solution for creating a splash screen in Thunkable X. As another solution, you can use a skipped splash screen: place a transparent full-screen button on top of the splash screen, in the handler of which you need to specify the transition to the desired screen.
I think that now, for the implementation of the screensaver, the most appropriate is the use of navigation components, for example, Tab Navigator.
Thanks for the suggested block, but there are no such blocks in Thunkable X. However, I think I found a way to make splash in Thunkable X. To do this all the screens placed in the component Tab Navigator, which is off SwipeEnabled mode and turn off display the tabs. In this case you can not return to the splash screen with a swipe gesture. But for navigating between screens, you will have to manually use the “navigate to” blocks.