tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+
https://www.npmjs.com/package/cordova-plugin-wifiwizard2
Apache License 2.0
122 stars 146 forks source link

SSID => unknown ssid #93

Closed ghost closed 4 years ago

ghost commented 4 years ago

Issue type

Select all that apply

Description

Hello, when I execute WifiWizard2.getConnectedSSID(), the function always returns The following snippet leads to that issue for me. WifiWizard2.getConnectedSSID().then(ssid => { console.log(ssid); })