Page transition is slow and overlapping with ionic Angular routing in ionic 5

Viewed 918

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

0 Answers
Related