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
It's due to the way that iOS and Android handle multiple tabs. All but the displayed tab(s) have their JS frozen, so if you're relying on other tabs to relay requests and communicate, they won't.
I have a strategy to try and work around this, but the use case isn't as compelling because you can't share resources among the frozen tabs anyway.
if you're relying on other tabs to relay requests and communicate, they won't.
If crosstab were running on a mobile browser, would the active tab's outbound messages queue up for the frozen tab, so that the frozen tab could read them all when it un-freezes?
No description provided.
The text was updated successfully, but these errors were encountered: