我从以下链接为我的cordova应用程序实现了以下解决方案,它适用于android但不能在ios平台上工作onPause和onResume事件不适用于ios。
how to check app running in foreground or background in ionic/cordova/phonegap
我相信API已更新为暂停和恢复
document.addEventListener("pause", onPause, false);
document.addEventListener("resume", onResume, false);
没有你的代码很难说
检查这里的文档:https://cordova.apache.org/docs/en/9.x/cordova/events/events.html#page-toc-source