Hi,
I currently have a modal window that I need to navigate to a new page from within, using the Navigate Forward option doesn’t appear to work, although no errors are being thrown?
this.navCtrl.navigateForward(“checkout-success”);
Am I missing something?
Thanks