-
Hi Team,
Thank you for your great plugin. I have tried to use this plugin but got struck with a minor glitch, would you be able to help me out. I posted it at stack but no one replied so thought of p…
-
Hey @parsonsmatt, I've been working on a few updates for the WifiWizard repo. Mostly small bugs that have been pointed out or are outstanding. It seems that cordova is moving the plugins to npm seen v…
-
I call formatWifiConfig to create the configuration, then addNetwork. I get:
Uncaught TypeError: Object # has no method 'trim' in WifiWizard.js on line 76.
Is this a known problem?
-
In the README it is written that there is a release of v0.2.9. But I cannot access it.
'cordova plugin add com.pylonproducts.wifiwizard' gets v0.2.8 and hence no latest fixes.
-
Hello again! With your update on the level value for the getScanResults method, it seems that the old level value always returns "0". Here is my code:
``` javascript
WifiWizard.getScanResults({numLev…
-
I'm trying to connect to a new network and enter the WPA password but without success ... is possible to have a working code for this ?
I believe that the function to use are:
WifiWizard.formatWifiCo…
-
benag updated
9 years ago
-
i've installed this plugin and try to use this method
```
WifiWizard.getCurrentSSID(function(success){
alert(success);
}, function(error){
alert(error);
});
```
But nothing happened.
-
Hi, I'm wondering how to enable the wifi hotspot for a user that has my app installed. Can it be done with this plugin?
(I'm new to this)
Thanks
-
- [x] connect to a Wifi network
- Can we use https://github.com/gkopevski/plugin-cordovaWiFiConnect.git or
- https://github.com/parsonsmatt/WifiWizard ?
- [x] Estimotes
- Can we use https://gith…