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
Starting Chrome 77 in Android (to follow in other platforms), background tabs are being "frozen" after 5 minutes of inactivity. When that tab becomes active, the event visibilitychange is no longer being fired. Instead, the new event resume is being used.
@mattmcegg it was working until the new version of chrome (77). It will disconnect but if the tab was inactive for more than 5 minutes, it will not reconnect because a new lifecycle method is being called for that case
Starting Chrome 77 in Android (to follow in other platforms), background tabs are being "frozen" after 5 minutes of inactivity. When that tab becomes active, the event
visibilitychange
is no longer being fired. Instead, the new eventresume
is being used.More details here: https://developers.google.com/web/updates/2018/07/page-lifecycle-api
The text was updated successfully, but these errors were encountered: