crosstab icon indicating copy to clipboard operation
crosstab copied to clipboard

Why aren't mobile browsers supported?...

Open brandonros opened this issue 9 years ago • 2 comments

brandonros avatar Jun 03 '16 01:06 brandonros

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.

tejacques avatar Jun 04 '16 17:06 tejacques

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?

massaroni avatar Sep 05 '18 18:09 massaroni