-
Im a total noob to PhoneGap, but when I try to "phonegap serve" this app I get the error "Variable WifiWizard is not an object". When I check to see what it actually is, "typeof WifiWizard" returns "u…
-
I'm seeing weird things going on with the installation process.
I add the plugin:
```
$ cordova plugin add wifiwizard
Saved plugin info for "com.pylonproducts.wifiwizard" to config.xml
```
…
-
Hello,
We are using this plugin in our project and it is observed that connectNetwork i5s not working specifically on Samsung Galaxy S6 Android 6.0.1
Where as same code is working on S5 and other phon…
-
HI, great plugin. I followed all your steps and even downloaded the demo zip from your git page. The wifi networks are found without issues but when I click on a network ( open network, no password) .…
-
When I call `WifiWizard.connectNetwork()`, it fires the `success` callback even if I add a random network that's not mine, with a random passphrase. Running `0.2.11` on Android `4.1.1`. My code:
```
…
-
I am using Cordova version 3.2.0 and I have enabled ACEESS_WIFI_STATE and CHANGE_WIFI_STATE permissions on android. But window.WifiWizard is not defined.
-
I'd like to migrate all of the `WifiWizard` related repositories off of my account, since I'm not doing anything with them anymore and can't provide adequate maintenance. It's probably best to have th…
-
In android, wifiwizard work well, but in IOS not working. With wifiwizard can i get recent signal strength (rssi)?
-
There's a mismatch between the name of the plugin in `plugin.xml` (`com.pylonproducts.wifiwizard`) and the name under which it is published on NPM (`wifiwizard`). This means that the plugin is saved t…
-
Hi,
I have a problem in fetching the plugin after adding the plugin and saving it for the first time using `ionic plugin add wifiwizard --save`.
This will result to add `` in config.xml .
Ho…