faizan1990

Results 3 comments of faizan1990

I am having the same issue. This is my code: ``` WifiWizard2.startScan().then(startscanresponse => { // Success }).catch(e => { console.log(JSON.stringify(e)); });; WifiWizard2.getScanResults().then(response => { this.networksData = response; }).catch(e => {...

Hi @tripflex, I managed to find out what the problem was. Sorry didn't update it here. The actual problem was Wi-Fi throttling limitation applied in the last version of Android...

Solved it by ditching https://ionicframework.com/docs/native/hotspot and using https://github.com/tripflex/WifiWizard2