I am using the below methods of ionic 5 Navigation Controller for page navigation
1) this.navCtrl.navigateForward(path);
2) this.navCtrl.navigateBack(path);
But the page navigation is not smooth like push or pop in ionic 3 and pages are overlapping sometimes. Please help me to sort this out