计时器任务在后台 Javascript 或 Cordova 应用程序中运行

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20985419/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-27 19:45:50  来源:igfitidea点击:

Timer Task rung in background Javascript or Cordova App

javascripthtmlcordovaphonegap-plugins

提问by Chinthaka Devinda

I'm looking forward to implement reminder application using cordova. I'm looking for a posibility to implement background task using javascript. Even the application is not active it should run in background. Is this task possible with java script or Do I need to develop a plugin using Cordova (Android & IOs)

我期待使用cordova 实现提醒应用程序。我正在寻找使用 javascript 实现后台任务的可能性。即使应用程序未处于活动状态,它也应该在后台运行。是否可以使用 java 脚本完成此任务,或者我是否需要使用 Cordova(Android 和 IO)开发插件

回答by Chinthaka Devinda

I believe it is not possible to do background work when the app (browser is not active) so I found a great library for cordova

我相信当应用程序(浏览器未激活)时不可能进行后台工作,所以我找到了一个很棒的cordova库

https://github.com/katzer/cordova-plugin-local-notifications

https://github.com/katzer/cordova-plugin-local-notifications

回答by rlasjunies

I did not found ways to manage background tasks using javascript. Here are few related link to do cordova plugins

我没有找到使用 javascript 管理后台任务的方法。这里有几个相关的链接来做cordova插件

BR

BR

Richard

理查德