SOLUTION HERE
https://www.b4x.com/android/forum/threads/b4x-sp-inetstatus-check-if-internet-is-available-type-wifi-cell-lan.161750/
Class version
I share with you this code that works in B4A, B4I and B4J.
Requires B4A -> Network, B4I -> iNetwork, or B4J -> jNetwork
If you use this class you...
SOLUTION HERE
https://www.b4x.com/android/forum/threads/b4x-sp-inetstatus-check-if-internet-is-available-type-wifi-cell-lan.161750/
Please do not use the following code in your projects.
Below I share a function that returns if the Internet connection exists and what type of connection is...
Very simple cross-platform library to test if an Internet connection is active.
It has only one method, Check:
Public CheckInternet As B4XCheckInternetLM
Wait For (CheckInternet.Check(True)) Complete(Result As Boolean)
If Result Then
'
Else
'
End If
Set the DialogToo parameter to False if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.