mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-15 03:54:54 +00:00
Merge pull request #109 from colonelchlorine/master
Typo adjustment on "backgroundMode.enable"
This commit is contained in:
commit
b22e372305
@ -113,7 +113,7 @@ document.addEventListener('deviceready', function () {
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Prevent the app from going to sleep in background
|
### Prevent the app from going to sleep in background
|
||||||
To prevent the app from being paused while in background, the `backroundMode.enable` interface has to be called.
|
To prevent the app from being paused while in background, the `backgroundMode.enable` interface has to be called.
|
||||||
|
|
||||||
#### Further informations
|
#### Further informations
|
||||||
- The background mode will be activated once the app has entered the background and will be deactivated after the app has entered the foreground.
|
- The background mode will be activated once the app has entered the background and will be deactivated after the app has entered the foreground.
|
||||||
|
Loading…
Reference in New Issue
Block a user