-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Android getWifiNetworks not providing latest available networks. #30
Comments
|
I already used that param but getting the same results. Please let me know if I am doing anything wrong? const wifiNetworks = await TetheringManager.getWifiNetworks(true); |
Which android version are you using? Did you grant all required permissions? |
I am using android 12 and 13 for testing. And these are the permissions which I am giving. |
Hello There, I am facing a problem, the getWifiNetworks is not providing latest available wifi networks. I have to go to phone wifi settings and if the new devices are available there then only its giving that results. Its a weird thing I am not able to see latest available devices which I want to connect from my app.
Thank you for any advice in advance
The text was updated successfully, but these errors were encountered: