Update gif Icon and platform

mohemm-wifi-feature
Zohaib Iqbal Kambrani 5 years ago
parent 7ee282c9fc
commit 3c9ed6c674

32177
Mohem/package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -106,7 +106,6 @@
"ng2-file-upload": "^1.3.0",
"ng2-pdf-viewer": "^5.3.2",
"ngx-gauge": "^1.0.0-beta.10",
"npm": "^6.14.11",
"phonegap-nfc": "^1.2.0",
"phonegap-plugin-barcodescanner": "^8.1.0",
"phonegap-plugin-multidex": "^1.0.0",
@ -134,7 +133,7 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "~10.12.0",
"codelyzer": "~4.5.0",
"cordova-ios": "^5.1.1",
"cordova-ios": "^6.2.0",
"cordova-plugin-wifiwizard2": "^3.1.1",
"es6-promise-plugin": "^4.1.0",
"jasmine-core": "~2.99.1",
@ -220,7 +219,8 @@
"wifiwizard2": {}
},
"platforms": [
"android"
"android",
"ios"
]
}
}
}

@ -4,12 +4,12 @@
</div>
<div *ngIf="!gifStatus" class="ripple-div">
<img src="../assets/imgs/wifi_gif.gif" />
<img src="../assets/imgs/wifiConnect.gif" />
<ion-label class="ion-text-wrap">{{ "general, wifi-connect-message" | translate }}</ion-label>
</div>
<div *ngIf="gifStatus" class="checked-img">
<img src="../assets/imgs/check_padding.png" />
<ion-label class="ion-text-wrap">{{ "general, success-attendance" | translate }}</ion-label>
<img src="../assets/imgs/check.png" />
</div>
</ion-content>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Loading…
Cancel
Save