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
{{ message }}
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
The text was updated successfully, but these errors were encountered:
Mahboobeh-binary
changed the title
navigator.onLine still true when turning off WiFi or Turn airplane mode on in mobile devices
navigator.onLine still true when turning off WiFi or turn airplane mode on in mobile devices when it try to reconnect.
Dec 25, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
navigator.onLine
is still true when turning off WiFi or turn airplane mode on in mobile devices when try toreconnect
.It happens because websocket connection closes before browser detect you went "offline" so it tries to reconnect but
navigator.online
is still true.image
The text was updated successfully, but these errors were encountered: