Myles

Results 141 comments of Myles
trafficstars

@faizan1990 @asoap It is recommended to use `WifiWizard2.scan` which will resolve after scan results are returned. Demo: https://github.com/tripflex/WifiWizard2Demo/blob/master/client/views/wifi_scan/wifi_scan.js#L33 The problem is probably because you're immediately attempting to get the scan...

So you used the issue template but didn't put any information in this issue. Specifically you're referring to: https://github.com/salbahra/cordova-plugin-networkinterface/blob/master/src/ios/CDVNetworkInterface.m#L128 Which uses: https://github.com/salbahra/cordova-plugin-networkinterface/blob/master/src/ios/CDVNetworkInterface.m#L5 I don't have any iOS devices to test...

Hostname method? I'm not sure what you mean by this? IIRC there isn't anything in this plugin for dealing with "hostname"

@digaus thanks for reporting this, i can confirm this would be an issue, would you mind submitting a pull request with your changes so we can review them and merge...

Related to https://github.com/tripflex/WifiWizard2/issues/49 Basically when i first forked this plugin I didn't follow the standard of using `cordova-plugin-XXXX` in the naming, which is how it should be, so probably need...

Not really sure what the best way to handle this would be, for existing users using the `WifiWizard2` to update for future users to use `cordova-plugin-wifiwizard2` ... thoughts? @arsenal942 ?...

https://github.com/dpa99c/cordova-diagnostic-plugin/ This plugin is a perfect example of a well organized and clean code base for Cordova project

@simonkincaidkintronix as far as I know, there isn't support for enterprise networking .. but it is something we could look at adding https://stackoverflow.com/questions/19170260/how-to-connect-to-wpa-eap-wifi-on-android-with-4-3-api

@simonkincaidkintronix or anybody else have an enterprise WPA network they could test this on if I create a different branch adding this in?

@simonkincaidkintronix @shootdaj yes, newer versions of Android, if the wifi network **does not have internet** all data will be routed through the cellular network, not through the wifi network (regardless...