如何处理离子中的应用退出?

时间:2018-06-30 04:41:13

标签: cordova ionic-framework ionic3

我一直在使用平台的暂停和恢复事件,如下面的代码所示,但我想在用户关闭应用程序而不是在后台使用应用程序时处理退出事件。

this.platform.ready().then(() => {

      if (this.platform.is('cordova')){
        this.platform.pause.subscribe(() => {
          this.stopTimer();
        });
       }
});

有没有办法可以帮助您?

1 个答案:

答案 0 :(得分:0)

对于浏览器,您可以尝试这样的操作,直接访问窗口事件:

{
    "error": {
        "code": "RequestBodyRead",
        "message": "The property 'extc5bnq6uk_TestExtension' does not exist on type 'Microsoft.OutlookServices.Message'. Make sure to only use property names that are defined by the type or mark the type as open type.",
        "innerError": {
            "request-id": "21792fd0-44d1-42aa-8d51-f8abc92cbd04",
            "date": "2018-08-14T16:39:31"
        }
    }
}