@ionic/angular NavController navigateForward() method not working in android 10

@angular/core: ^16.0.0
@ionic/angular: ^7.0.0
cordova-android: 12.0.1
@angular/router": ^16.0.0

am using this.navCtrl.navigateForward('routePath', navigationOptions); to navigate to different pages, but when it comes to android 10 (API level 29) on both emulator and real device, it is not working nor does it gives any error.

What could be the possible reason or an alternative to it ?

make sure that the Cordova plugin you are using is compatible with the Android 10 (API level 29). And also use the latest version of the Cordova.