diff --git a/ionic/src/pages/home/pop-over-qrcode.html b/ionic/src/pages/home/pop-over-qrcode.html
index ed0dd819..e11c8569 100644
--- a/ionic/src/pages/home/pop-over-qrcode.html
+++ b/ionic/src/pages/home/pop-over-qrcode.html
@@ -11,20 +11,19 @@
-
+
+
+
- In order to pair the app:
+ Instructions:
- - Launch the app
- - Open the
- Select server page
- - Tap on the scan icon
-
-
+ - Open the app on your smartphone
+ - Open the Select server page by tapping the Wi-Fi shaped icon
+ - Tap on the QR Code Pairing button
- Scan the QR code above
-
\ No newline at end of file
+
diff --git a/ionic/src/pages/welcome/welcome.html b/ionic/src/pages/welcome/welcome.html
index d73de1e0..27693899 100644
--- a/ionic/src/pages/welcome/welcome.html
+++ b/ionic/src/pages/welcome/welcome.html
@@ -21,7 +21,8 @@
1) Install the app on your smartphone
2) Launch the app and scan this QR code to connect
-
+
+
@@ -36,4 +37,4 @@
2) Launch the app and scan this QR code to connect
-
\ No newline at end of file
+
diff --git a/ionic/src/providers/utils/utils.ts b/ionic/src/providers/utils/utils.ts
index 0a22e77b..12aa1841 100644
--- a/ionic/src/providers/utils/utils.ts
+++ b/ionic/src/providers/utils/utils.ts
@@ -44,9 +44,7 @@ export class UtilsProvider {
if (defaultLocalAddress) { // Adds the defaultLocalAddress at very beginning of the list
localAddresses.unshift(defaultLocalAddress);
}
- // this.ngZone.run(() => {
resolve(Config.URL_PAIR + '/?h=' + encodeURIComponent(hostname) + '&a=' + encodeURIComponent(localAddresses.join('-')));
- // })
});
})
}
@@ -131,7 +129,7 @@ export class UtilsProvider {
}
public upgradeDisplayValue(requireRestart = false) {
- return new Promise((resolve, reject) => {
+ return new Promise((resolve, reject) => {
// mark the update as "started"
this.store.set('upgraded_displayValue', false);
diff --git a/ionic/src/theme/variables.scss b/ionic/src/theme/variables.scss
index 7c69785c..68676754 100644
--- a/ionic/src/theme/variables.scss
+++ b/ionic/src/theme/variables.scss
@@ -170,3 +170,8 @@ blockquote {
left: 0;
}
+.qr-spinner {
+ width: 100px;
+ height: 100px;
+ margin: 50px auto;
+}