mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-24 20:00:16 +08:00
parent
a4151abebf
commit
e6a647b08b
@ -150,6 +150,15 @@ export class BackgroundMode extends IonicNativePlugin {
|
|||||||
})
|
})
|
||||||
moveToBackground(): void { }
|
moveToBackground(): void { }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Enable GPS-tracking in background (Android).
|
||||||
|
*/
|
||||||
|
@Cordova({
|
||||||
|
platforms: ['Android'],
|
||||||
|
sync: true
|
||||||
|
})
|
||||||
|
disableWebViewOptimizations (): void { }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Android allows to programmatically move from background to foreground.
|
* Android allows to programmatically move from background to foreground.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user