-
- Downloads
Update Android setting for geolocation plugi. Upgrade cordova to v12
parent
88efcc15
No related branches found
No related tags found
... | @@ -18,9 +18,10 @@ | ... | @@ -18,9 +18,10 @@ |
"@fortawesome/vue-fontawesome": "^2.0.2", | "@fortawesome/vue-fontawesome": "^2.0.2", | ||
"@json-editor/json-editor": "^2.9.1", | "@json-editor/json-editor": "^2.9.1", | ||
"browser-image-compression": "^1.0.17", | "browser-image-compression": "^1.0.17", | ||
"cordova": "^12.0.0", | |||
"ekko-lightbox": "^5.3.0", | "ekko-lightbox": "^5.3.0", | ||
"luxon": "^1.26.0", | "luxon": "^1.26.0", | ||
"node": "^20.16.0", | "node": "^22.6.0", | ||
"ol": "6.5.0", | "ol": "6.5.0", | ||
"ol-ext": "^3.1.18", | "ol-ext": "^3.1.18", | ||
"vue": "^2.5.2", | "vue": "^2.5.2", | ||
... | @@ -87,7 +88,9 @@ | ... | @@ -87,7 +88,9 @@ |
"ios" | "ios" | ||
], | ], | ||
"plugins": { | "plugins": { | ||
"cordova-plugin-geolocation": {}, | "cordova-plugin-geolocation": { | ||
"GPS_REQUIRED": "true" | |||
}, | |||
"cordova-plugin-camera": { | "cordova-plugin-camera": { | ||
"ANDROIDX_CORE_VERSION": "1.6.+" | "ANDROIDX_CORE_VERSION": "1.6.+" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment