D
Deleted member 103
Guest
Hi,
This Sub always gives me True, why?
I turn my WiFi on and off and this sub is always returns True.
This Sub always gives me True, why?
I turn my WiFi on and off and this sub is always returns True.
B4X:
Public Sub IsInternetConnected As Boolean
Dim b As Boolean = Main.App.CanOpenURL("http://www.google.com")
Return b
End Sub