Once only
Appears only on the very first app start.
In the Frequency area you decide how often the welcome is shown. You can also enable an optional Don’t show again button here.
Once only
Appears only on the very first app start.
On every start
Appears on every cold start of the app.
| Setting | Effect |
|---|---|
| Once only | The welcome is shown only on the very first app start |
| On every start | The welcome appears again on every cold start |
Optionally you can display a Don’t show again button. When the user taps it, the welcome will never appear again — regardless of the chosen frequency.
| Setting | Effect |
|---|---|
| On | The button is shown; users can dismiss the welcome permanently |
| Off | No button; the welcome only follows the frequency setting |
The button text is freely configurable and multilingual. So it matches your tone and your users’ language.
If a user has already seen the welcome or permanently dismissed it via the button, you can re-enable it using the Reset action in the top right of the editor:
Regardless of frequency and “Don’t show again”, the welcome can be opened manually at any time. The route /welcome-screen appears in the navigation target picker (the “Routes” tab) and can be placed, for example, on a button or a bottom navigation item.
This way you offer a permanent “Welcome” or “About us” entry point that users can open themselves anytime.
A cold start is a full restart of the app (not just resuming it from the background).
The welcome is permanently dismissed and never appears again — until you re-enable it via the Reset action.
Via the Reset action in the top right of the editor. It undoes “already shown” and “permanently dismissed”.
Yes, if you place the route /welcome-screen on a button or a navigation item.