diff --git a/mobile/package-lock.json b/mobile/package-lock.json
index f015ba0..0b5af5d 100644
--- a/mobile/package-lock.json
+++ b/mobile/package-lock.json
@@ -274,6 +274,11 @@
"resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.0.3.tgz",
"integrity": "sha512-Jb3V72btxf3XHpkPQsGdyc8N6tVBYn1vsxSFj43fIz9vonJDUThYPCJJHqk6PX6N4dJw6I4FjxkpfCR4LDYMlw=="
},
+ "cordova-plugin-network-information": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/cordova-plugin-network-information/-/cordova-plugin-network-information-2.0.2.tgz",
+ "integrity": "sha512-NwO3qDBNL/vJxUxBTPNOA1HvkDf9eTeGH8JSZiwy1jq2W2mJKQEDBwqWkaEQS19Yd/MQTiw0cykxg5D7u4J6cQ=="
+ },
"cordova-plugin-whitelist": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.4.tgz",
diff --git a/mobile/package.json b/mobile/package.json
index 4885ef2..49a1799 100644
--- a/mobile/package.json
+++ b/mobile/package.json
@@ -16,7 +16,8 @@
"cordova-android": "^8.1.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^5.1.1",
- "cordova-plugin-device": "^2.0.3"
+ "cordova-plugin-device": "^2.0.3",
+ "cordova-plugin-network-information": "^2.0.2"
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
@@ -24,7 +25,8 @@
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
- "cordova-plugin-device": {}
+ "cordova-plugin-device": {},
+ "cordova-plugin-network-information": {}
},
"platforms": [
"android",
diff --git a/mobile/www/index.html b/mobile/www/index.html
index 2e925fc..0d248e1 100644
--- a/mobile/www/index.html
+++ b/mobile/www/index.html
@@ -104,13 +104,13 @@
+
-