B4A Question Check Internet connection - robife    Mar 24, 2013 Hi guys
I need help to check internet connection is ON or OFF
I try eks.
If CheckConnection...
Msgbox("You didn't connect internet", "Error")
End If
Sub CheckConnection... B4A Code Snippet check internet connection - Hamied Abou Hulaikah    Nov 10, 2018   (5 reactions)   tags: Internet Async, Internet I made some modification to be work fine even if you are connected to network but no internet ..
Sub Connected As Boolean
'Requires Phone Library
Dim p As Phone
Dim Response, Error... B4A Question Check Internet Access - barx    Jul 14, 2014 I have looked through the relevant threads on the forum regarding checking connections... As HttpJob
HttpAction.Initialize("CheckConnection", Me)
HttpAction.Download(Shared... B4A Question Check online Internet connecting to other device - Lakhtin_V    Oct 15, 2021 (users) are registered on the SQL server in Internet. How to check the user has access to the Internet now? How can you send him a text or voice message?... B4A Question Proper way to check for Internet connection - Robert Valentino    Mar 25, 2021 I went to use ServerSocket to check for Internet connection and get the strange results Strange IP
So what is the proper way to check for a Internet connection
Is it different for a WiFi only tablet and a cell phone?... B4A Question Check internet connection and permissions - asales    Oct 15, 2018 I use this code to check if there is an internet connection:
Sub CheckConnection As Boolean... ACCESS_NETWORK_STATE):
Sub CheckConnection As Boolean
Dim res As Boolean = False
Dim r...")
End If
Return res
End Sub
My question is:
to avoid get the permission to check internet connection with the phone library, the second function is the best option?... B4A Library WaitForInternet - Best way to check the internet connection - Alberto Iglesias    Jun 9, 2017   (9 reactions)
* In the Full Version, you have a double check for then internet connection over the ping method... on WaitForTheInternet by César Pérez
https://github.com/ouvigna/WaitForTheInternet
Your application... B4A Code Snippet Check Internet Connection - Pooya1    Jul 19, 2018 Hi
Use below code for check internet connection
The 8.8.8.8 ip is special for ping and Google is owner this IP
This IP is use DNS cache for speed up ping
And never will this address stop
Sub ping... B4A Library [B4A] - AH_CheckInternet - Check network status (Library) - alirezahassan (first post)    Sep 19, 2021
How do i add to my code, I am getting error
hi @roneshprasad2021,
this library has a sample source... Other Checking for Internet connection - LucaMs    Oct 17, 2016 To check if there is an Internet connection available, my app uses the common hint: try to download www.google.com.
Today my app does not want to connect to my server, although my device navigates... you a "captcha" and your "connection test" fails.
So, check if you downloaded a page which... Page: 1   2   |