网上也没有找到直接介绍两者区别的文章,以下都是个人感觉 区别 NavController 和 ModalController 都是打开新页面,但是NavController 是直接将页面放入到原有的页面堆栈中的,而ModalController 是创建一个新的页面堆栈(root nav stack),然后再放进去. 证据 在ModalController 的文档中有一段介绍: A modal uses the NavController to present itself in the root…
原文: https://medium.com/@paulstelzer/ionic-4-and-the-lifecycle-hooks-4fe9eabb2864 -------------------------------------------------------------------------------------------- There are a lot of questions related to Ionic 4 and the Lifecycle Hooks. The…