-
-
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
When connecting to local network, cannot send HTTPS requests after loading the app with #26
Comments
As I know using Did you call |
Thanks for your reply! Yes I did.. but I will make further tests to fully confirm it. Furthermore, are you suggesting I shall call Thank you! |
Another question.. should I use |
Yes |
Depends on what you're looking for but in a case where you need to connect to a network with internet connection you may use both connectToNetwork and openWifiSettings together when a popup displayed user will only have to select that network without typing credentials |
Hi again!
When using
I am having issues when connecting to a local network using
connectToLocalNetwork
while testing on Android 13:connectToLocalNetwork
Then I was thinking I should disconnect to the local network before reconnecting, but:
disconnectFromLocalNetwork
, it returns aNetworkCallback was not registered
error.Would you have an explanation / reasons for the above issues please?
Thanks in advance. Let me know if you need more information!
The text was updated successfully, but these errors were encountered: