@raphxyz wrote:
Hello,
My issue is:
If i use with RouteReuseStrategy : IonicRouteStrategy, my visited pages remain well in the DOM.
But when I go back to one of these pages via a navCtrl.navigateForward(), the following pages of it are removed from the DOM. I would like them to always stay in the DOM for reuse it later.I’ve already tried using the vanilla Angular routing with a CustomRouteStrategy but without success because it returns the error: incompatible reuse strategy.
I have already tried with the vanilla tag but that does not work either.In addition, I would like to keep the advantages offered by the NavConcroller (ionViewWillEnter, ionViewDidLeave, …)
My question is:
Is it possible?Than you for your responses.
Posts: 1
Participants: 1