Hi,
navController.pop() (Ionic NavController) behaves differently than location.back() (Angular location service). I have a case, where the page before is not correctly restored when using location.back().
As I understood it, since Ionic 4 the NavController should not be used anymore. In the ionic5 docs, there is no documentation for NavController anymore. So my question is:
Is it a good idea, to use NavController in an Ionic 5 / Angular app?
Thank you!