Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connectionStatus() is returning 'false' when the Wi-Fi is connected. #350

Closed
sanzsans opened this issue Nov 23, 2023 · 2 comments
Closed
Labels

Comments

@sanzsans
Copy link

I got that function:

try {
await WifiManager.connectToProtectedSSID(
username,
password,
false,
false,
);
Toast.show({type: 'success',text1: 'Successfull '+ username});
} catch (error) {
Toast.show({type: 'error',text1: 'Error.'});
}

My device connects to the network. But if I go into settings it appears: "Connected to the network XX available through [App_name] This makes that when I use the ConnectionStatus() function it appears that it is NOT connected (I can make API requests from the App but I can NOT access the internet from the browser).

@jawknees
Copy link

this is what's happening to mine on android also. The app connects to the wifi successfully but it appears to not have any internet connection. I think it's just saying it connected successfully to the wifi and that's just it

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants