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
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs.
Hi @JuanSeBestia I'm Midhun, Is there any possibility to solve the issue that when connectToProtectedSSID is called the app is connecting to the wifi but it is showing an exclamation mark? there is no internet connection.
WifiManager.getCurrentWifiSSID().then(
ssid => {
console.log("Your current connected wifi SSID is " + ssid);
},
() => {
console.log("Cannot get current SSID!");
}
);
Could not get ssid on some android devices?????
The text was updated successfully, but these errors were encountered: