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
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
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,
);
The text was updated successfully, but these errors were encountered:
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
wifi_iot: ^0.3.19
The text was updated successfully, but these errors were encountered: