|
|
|
@ -111,9 +111,14 @@ export class WifiModalComponent implements OnInit {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
disconnectWifi(){
|
|
|
|
disconnectWifi(){
|
|
|
|
|
|
|
|
const isAndroid = this.platform.is("android");
|
|
|
|
|
|
|
|
const isIOS = this.platform.is("ios");
|
|
|
|
|
|
|
|
if(isAndroid){
|
|
|
|
|
|
|
|
this.wifiWizard2.disconnect(this.ssid);
|
|
|
|
this.wifiWizard2.remove(this.ssid);
|
|
|
|
this.wifiWizard2.remove(this.ssid);
|
|
|
|
console.log("Wifi Removed");
|
|
|
|
console.log("Wifi Removed");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
async swipeAttendanceWifi(code:string) {
|
|
|
|
async swipeAttendanceWifi(code:string) {
|
|
|
|
|