Hey yo,
I have an app where I have “tutorials” hub page that helps to navigate across tutorial topics.
I want to make experience “sequential” for users - meaning that instead of option to go “back” up 1 level offer them option to press “next” [lesson].
Naive way to implement this was to do:
- dismiss current modal
- load next modal
Is this correct approach?
Another option was sort of use “walkthrough” approach and let users flick/browse through those.
S