-
Hi,
Maybe you want to merge WifiWizard into this plugin?
![image](https://cloud.githubusercontent.com/assets/4920443/13499321/63e2141c-e166-11e5-8108-dae2e1748477.png)
https://github.com/parsonsmat…
-
Hi there,
I took the hotspot-app and tried using into an android app but I'm getting following errors when I'm loading it a browser using **ionic serve** command. The first error the browser conso…
-
if my _huawei g750 (4.2.2)_ function cordova.plugins.hotspot.**scanWifi** and cordova.plugins.hotspot.**scanWifiByLevel**
working fine,
but my othet phone _Fly iq449 (4.1.2)_ this functions not return…
-
Hi,
I tried using redfolder background service plugin inorder to run a WifiWizard plugin -wifi scan,
How can I run this plugin? In a background service (Android and iOS)?
Please guide me on this on…
-
Very interesting project. Tried your example, it works fine. But how can I reference third party cordova plugins. Such as :
https://github.com/parsonsmatt/WifiWizard
tried:
cordova.cordova.plugins.W…
-
Trying with https://github.com/parsonsmatt/WifiWizard
```
cordova.window.WifiWizard.startScan(log('success'), log('fail'));
```
gives me this error:
cordova.exec is not a function
-
I can't get WifiWizard.getScanResults() to fire any of its callbacks. I have a scan running, and once the scan runs, I set an interval to retrieve results every 3s. However this never happens, while I…
-
Since `cordova plugin add com.pylonproducts.wifiwizard` pulled `0.2.9` instead of the new `0.2.10`, I decided to install using the Master `.git` URL. However this gives me a build error:
```
platform…
-
I can run getCurrentSSID on a device with an app downloaded from Xcode. But I get "Not available" running the same code on a simulator. The device and the Mac running the simulator are connected to th…
-
@parsonsmatt :+1: this repo is quite helpful for various project, but... it is dead/abandoned?