mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(background-geolocation): add platforms
This commit is contained in:
parent
f6ebc7a8d5
commit
71b89eef3d
@ -202,8 +202,9 @@ export interface Config {
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
plugin: 'cordova-plugin-mauron85-background-geolocation',
|
plugin: 'cordova-plugin-mauron85-background-geolocation',
|
||||||
pluginRef: 'plugins.backgroundGeoLocation', // ????? see line 213 at https://github.com/mauron85/cordova-plugin-background-geolocation/blob/master/www/backgroundGeoLocation.js
|
pluginRef: 'plugins.backgroundGeoLocation',
|
||||||
repo: 'https://github.com/mauron85/cordova-plugin-background-geolocation'
|
repo: 'https://github.com/mauron85/cordova-plugin-background-geolocation',
|
||||||
|
platforms: ['iOS', 'Android', 'Windows Phone 8']
|
||||||
})
|
})
|
||||||
export class BackgroundGeolocation {
|
export class BackgroundGeolocation {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user