hi i want to use wifi network and send/receive some data from/to an ionic2 app .so , I found this [wifi plugin] (https://github.com/hoerresb/WifiWizard) wifiWizard cordova plugin ,but unable to use it .
<button (click)= "getScanResult()">Get Scan result</button>
and in js …
but i got the error like " Cannot read property ‘startScan’ of undefined" could anyone please solve this
yeah,i tried this https://ionicframework.com/docs/native/hotspot/ .i was able to connect to one of the wifi network .But, i wana send some data to that so i thought of using “pingHost()” .Its syntax is somthing like > pingHost(ip, successCB, errorCB)