Sequence of modals - how to use ion-nav?

In my app, I need some user inputs that I am getting through a sequence of 3 modals.
Each time, a modal closes and a new one is created. This is how I am doing it at the moment:

I would like to know how to use ion-nav and create a new navigation stack for these modals. Anyone has achieve this?

Creating and displaying multiple modals should be avoided.
Instead create single modal that has it’s own nested navigation stack.

1 Like