hoerresb / WifiWizard

A Cordova plugin for managing Wifi networks
Apache License 2.0
205 stars 177 forks source link

getCurrentSSID and getCurrentBSSID wrong in android #58

Closed lianghuiyuan closed 8 years ago

lianghuiyuan commented 8 years ago

WifiWizard Version 0.2.10

getCurrentSSID(function(successParam)(), function(errorParam));

In android platform: there are a double quotes more in successParam. I think it may be a bug. ed51be35-6d20-4911-bda3-0c790a5b1c99

In IOS platform: It works fine. ade4effc-0970-451a-98f5-e0e86b288b87

and "getCurrentBSSID(function(successParam)(), function(errorParam)); " failed in android. but works fine in ios.

lianghuiyuan commented 8 years ago

The problem fixed in #59.

pfiaux commented 7 years ago

Nice fix saddly https://github.com/hoerresb/WifiWizard/pull/59 never got merged so if you run into this problem you're better off using a fork.