hoerresb / WifiWizard

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

getConnectedSSID return value modified to remove unnecessary surround… #99

Closed prashantghimire closed 3 years ago

prashantghimire commented 7 years ago

getConnectedSSId yields SSID name with extra quotes on some versions of android (tested on 4.x). Now, it will remove the first surrounding pairs so that there's no need of parsing on the client side.

Examples:

pfiaux commented 7 years ago

This seems to do the same fix as https://github.com/hoerresb/WifiWizard/pull/59