Hi, I have a problem that I can’t solve. When I go back from a page using “this.navCtrl.navigateRoot([‘…’])” everything works, but when I use the hardware back button and use “this.navCtrl.back()” it goes back to the previous page but since then the IonDatetime component can no longer set the day.
The problem is that having so many pages in the app I can’t set which is the return page for each single page. It has to be automatic…