-
Here is my code:
```javascript
WifiWizard.startScan(function() {
WifiWizard.getScanResults({}, function(s) {
// some code
}, function(e) {console.log("getScanResults error: "+e)}…
-
It seems like "" is not accepted in the event of no password. I've tried the following w/o success:
var config = WifiWizard.formatWifiConfig("xfinitywifi", "");
WifiWizard.addNetwork(config, funct…
-
Hi!
I am trying to enable WiFi if disabled.
I can succesfully check the state, and if enabled and connected can dissconnect from the current AP.
However any cal to setWifiEnabled fails.
Using Android …
-
I have included the WifiWizard plugin in my ionic project to scan all the reachable wifi signals. But it always gives me the error Uncaught ReferenceError: WifiWizard is not defined at wifiservice.js:…
-
I'm on a Galaxy S5. Oddly, the collection stopped working somewhere near to where I rounded from 4th Ave onto Flatbush. No notification was given, but the log shows a "WifiWizard Error." I've also inc…
-
https://www.npmjs.com/package/com.pylonproducts.wifiwizard returns 404. This is preventing me from installing the latest version of wifiwizard and anything I try, I can only ever build my project with…
-
Hello all,
Could someone use WifiWizard on ionic v2?
I am trying to get the ssid like this:
`
this.platform.ready().then(() => {
let ssidHandler = (s:any) => {
alert(s)…
-
Please see screenshot below:
![img_0026](https://cloud.githubusercontent.com/assets/1897507/19469513/ea8f2e46-951b-11e6-8940-fc76971d118a.PNG)
These are the logs shown in xCode for that part:
2016-10…
-
## Plugins
https://github.com/parsonsmatt/WifiWizard
https://github.com/evothings/phonegap-estimotebeacons
https://github.com/katzer/cordova-plugin-background-mode#receive-if-the-background-mode-is-a…
-
Hello!
I am trying to use your plugin but I encountered some problems. I successfully scanned for networks, but now I can't get to make isWifiEnabled to work. It always returns true, whether the WIFI…