【发布时间】:2021-10-16 09:34:53
【问题描述】:
如何在后台模式下运行连续应用程序,我使用的是 ionic 5,我已经在 android 9 + 设备上进行了测试,当我从最近删除应用程序时,它无法正常工作,后台模式也被杀死,无法正常工作。请给我任何关于该问题的建议。
提前致谢
【问题讨论】:
-
试试这个
this.platform.resume.subscribe((e) => { }); this.platform.pause.subscribe((e) => {});
标签: ionic-framework background-process ionic5 foreground background-mode