crosstab icon indicating copy to clipboard operation
crosstab copied to clipboard

Research: crosstab should work on mobile devices for iframes

Open tejacques opened this issue 10 years ago • 6 comments

Currently they don't because crosstab isn't supported, however there's no technical reason this can't work. This should be investigated.

tejacques avatar Mar 22 '15 01:03 tejacques

Any movement on this?

nibzo1 avatar Nov 03 '15 18:11 nibzo1

Work is being done in the 0.3.0 branch: https://github.com/tejacques/crosstab/tree/0.3.0

tejacques avatar Nov 03 '15 18:11 tejacques

iframes don't get paused?

brandonros avatar Jun 09 '16 18:06 brandonros

Active tabs don't get paused. Iframes on the same actual tab will work, which is the main (or possibly only) real benefit of crosstab on mobile.

tejacques avatar Jun 09 '16 18:06 tejacques

Ah. I'm using it to prevent 10 tabs opening 10 WebSocket connections when the work can be done with one then broadcasted per-tab. Is this a poor use case?

brandonros avatar Jun 09 '16 18:06 brandonros

On Mobile? The use case you described is exactly why this library was created, but on Mobile due to backgrounding those connections will be dropped anyway. It's also far less common to open multiple tabs for the same mobile site.

tejacques avatar Jun 09 '16 18:06 tejacques