[Solved] Display an alert when there is no internet connection

How to display an alert when there is no internet connection?
please help me!:sweat:

https://x.thunkable.com/copy/f1cb2a60e1522f6f0ae178e7dbd14f97

I think this might work. try it out!

2 Likes

:ok_hand:t3:
Very good thank you

The device is online? block doesn’t check for a connection though, just if it is connected to WiFi, which in 99.99% of cases has internet.

problem rusolved

2 Likes

THen the solution is to check any website with api. probably google. if you get an error, then fire the alert?

1 Like

I believe this is the only option, but if your app uses Firebase etc you could have a button set to display after 10 seconds of loading, with the message “check server status” then link to Firebase/Airtable/etc’s server status page.

1 Like

Website With Api?
how to do ?

You could just call a get in Firebase with the tag set to “/”, and if error then no connection. You would call this function every 5 or 7 seconds., or just on startup