mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
feat: add permission check for geoLocation setting
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
"@angular/platform-browser-dynamic": "6.1.10",
|
||||
"@angular/router": "6.1.10",
|
||||
"@ionic-native/core": "5.0.0-beta.22",
|
||||
"@ionic-native/geolocation": "5.0.0-beta.22",
|
||||
"@ionic-native/splash-screen": "5.0.0-beta.22",
|
||||
"@ionic-native/status-bar": "5.0.0-beta.22",
|
||||
"@ionic/angular": "4.0.0-beta.13",
|
||||
@@ -44,6 +45,7 @@
|
||||
"cordova-browser": "5.0.4",
|
||||
"cordova-ios": "4.5.5",
|
||||
"cordova-plugin-device": "2.0.2",
|
||||
"cordova-plugin-geolocation": "4.0.1",
|
||||
"cordova-plugin-ionic-keyboard": "2.0.5",
|
||||
"cordova-plugin-ionic-webview": "2.3.1",
|
||||
"cordova-plugin-splashscreen": "5.0.2",
|
||||
@@ -87,7 +89,10 @@
|
||||
"cordova-plugin-device": {},
|
||||
"cordova-plugin-splashscreen": {},
|
||||
"cordova-plugin-ionic-webview": {},
|
||||
"cordova-plugin-ionic-keyboard": {}
|
||||
"cordova-plugin-ionic-keyboard": {},
|
||||
"cordova-plugin-geolocation": {
|
||||
"GEOLOCATION_USAGE_DESCRIPTION": "The app will use your location to provide features for navigation or distances information."
|
||||
}
|
||||
},
|
||||
"platforms": [
|
||||
"ios",
|
||||
|
||||
Reference in New Issue
Block a user