Getting to Wifi's SSID

Hello,
There are a few cordova plugins out there like this one: https://github.com/HondaDai/PhoneGap-WifiInfoPlugin
That will let you get to the Wifi’s SSID (also provides more info but in my case the connected SSID is plenty)
Problem is getting those to work in an Ionic/Angular world.
Would you have any plugins you recommend or some hints on how to get to the data?

Thank you!
Gregory

5 Likes

Get extra wifi info: like SSID, IP, Gateway, Mac address etc.
try this plugin: https://github.com/Riyaz0001/cordova-plugin-wifi-info

Ionic 4 example here: https://github.com/Riyaz0001/cordova-plugin-wifi-info-ionic4-demo

same topic here: Ionic 3 get ssid