You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WifiManager.getCurrentWifiSSID()
.then((ssid) => {
console.log("Your current connected wifi SSID is " + ssid)
}, () => {
console.log('Cannot get current SSID!')
})
And i get the result on android. I checked that the persmission are all there even though I have asked for them in the app
Your current connected wifi SSID is
The text was updated successfully, but these errors were encountered:
I use the sample call as follows
WifiManager.getCurrentWifiSSID()
.then((ssid) => {
console.log("Your current connected wifi SSID is " + ssid)
}, () => {
console.log('Cannot get current SSID!')
})
And i get the result on android. I checked that the persmission are all there even though I have asked for them in the app
Your current connected wifi SSID is
The text was updated successfully, but these errors were encountered: