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

Avoid " The Wi - Fi network does not appear to be connected to the internet " prompt on iOS #376

Open
Jay-57blocks opened this issue Mar 11, 2024 · 0 comments

Comments

@Jay-57blocks
Copy link

Jay-57blocks commented Mar 11, 2024

I found that the prompt "The Wi-Fi network does not appear to be connected to the internet" occasionally appears on iOS. I don't want this prompt. I am connecting to a ‘LOT device ’ and it cannot access the Internet. Is there any way to remove the prompt? ,Thanks

image

wifi_iot: ^0.3.19

 await WiFiForIoTPlugin.connect(
          ssid,
          //Device Wifi cannot access the Internet, so it is true
          withInternet: false,

          /// @param [joinOnce] If true, the network will be removed on exit.
          joinOnce: false,
          // Connection timeout period
          timeoutInSeconds: EDG_CONNECT_TIMEOUT.inSeconds,
        );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant