Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ionic 5 系统中找不到关闭应用程序的方法。看起来在 Ionic 4 中执行此操作的方法不适用于 Ionic 5。有可能吗?
closeApp() { this.platform.backButton.subscribeWithPriority(999999, () => { navigator['app'].exitApp(); // or trigger any action you want to achieve }) //Amended missing a closing bracket }