Hacker News new | ask | show | jobs
by JVIDEL 4606 days ago
OP how do you deal with mobile/non-responsive websites? specially when the functionality of the mobile version is considerably limited from the full desktop one.
1 comments

We send over the state of the DOM of the person who presents to the person that follows. So the guy that follows the session will see the same thing as the guy that controls it. We also synchronise the viewport fe, so if the controller resizes the window and the site adjusts accordingly the follower will see the exact same thing.

We don't have every corner case covered yet - but we're working on it.