Skip to content

Frequency

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.

SettingEffect
Once onlyThe welcome is shown only on the very first app start
On every startThe 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.

SettingEffect
OnThe button is shown; users can dismiss the welcome permanently
OffNo 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.

  1. Enable the Don’t show again button
  2. Enter your own text (e.g. “Don’t show again” or “Got it”)
  3. Provide the text for each enabled 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:

  1. Tap the Reset icon in the top right of the editor bar
  2. Confirm the action
  3. The “already shown” and “permanently dismissed” markers are cleared
  4. The welcome appears again on the next start

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).

What happens when the user taps “Don’t show again”?

Section titled “What happens when the user taps “Don’t show again”?”

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.