Hi,
I want to check that internet is available or not while using wifi in ionic application.
What I usually do in these situations is to just make an API call to my back-end or whatever service I want to use from the internet. If it works, it is available. If it fails, it is not available. I don’t care about the availability of the rest of the internet.
2 Likes
@pwespi is right. I normally try a GET on google.de
, as you can be sure they are up.
1 Like
Thanks for the Help,
I’ll try for sure
Sure,
I’ll do. @EinfachHans