Background Mode
Cordova plugin to prevent the app from going to sleep while in background. Requires Cordova plugin: cordova-plugin-background-mode. For more info about plugin, visit: https://github.com/katzer/cordova-plugin-background-mode
联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.
Ionic 防止后台睡觉 Background Mode插件的安装(Installation)
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
Ionic 防止后台睡觉 Background Mode插件支持的平台(Supported Platforms)
- AmazonFire OS
- Android
- Browser
- iOS
- Windows
Ionic 防止后台睡觉 Background Mode插件的用法(Usage)
import { BackgroundMode } from '@ionic-native/background-mode/ngx';
constructor(private backgroundMode: BackgroundMode) { }
...
this.backgroundMode.enable();