How can I create a "tour" screen for loading the very first time after an install?

Most apps have an intro/tour screen where they introduce the different features of the app. It only appears while onboarding the user for the first time, and never afterwards. How can I achieve this with Ionic?

A slide-box is probably a good starting point.

This is how I would do it with slide-box and localstorage:

1 Like