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?