You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following code, which runs perfectly on Android. But on iOS it does not seem to react to the online/offline as on Android.
I have redacted the URL's in the code:
As you probably can see the app is launched with the Loading... being shown, and if it is online it should show the urlToLoad and if it is online it shows a page with 404. And it should react if the connection status changes at any time.
Why isn't this working on iOS?
It only shows me the Loading... part, but nothing else.
The text was updated successfully, but these errors were encountered:
I have the following code, which runs perfectly on Android. But on iOS it does not seem to react to the online/offline as on Android.
I have redacted the URL's in the code:
As you probably can see the app is launched with the
Loading...
being shown, and if it is online it should show theurlToLoad
and if it is online it shows a page with404
. And it should react if the connection status changes at any time.Why isn't this working on iOS?
It only shows me the
Loading...
part, but nothing else.The text was updated successfully, but these errors were encountered: