Ionic super started helpme place!

How to show tutorial once and skip the next one (What I want to do is just show the tutorial the first time the app is used) Helpme place

What do you have right now?

I only have the template, I do not ask that they do it for me, just a clue that I have to do to show once, where to save the state, where to do the verification or things like that

You can just set a flag using the Ionic Storage API, e.g. set tutorialShown to be true in storage - next time you can just check for the existence of this flag in storage. If it exists, don’t show the tutorial, if it doesn’t then show the tutorial and set the flag in storage.

2 Likes