2 devices at once?

Any way I can feed stuff to two ipads at once?
Tried using tabs but it all just syncs up! :sweat_smile:

OK searched more and found it! Many thanks :pray:

1 Like

Agh ... one more question.

So: I got this working with tab 'headers' visible. I then wanted to hide the tab headers, so I used CSS to do so in the root:

 > inner > .navigation {
  display:none;
}

So far so good. I then added a button to switch tabs with:

set("root", 1)

.. and now I'm back to square one again - when I hit the button both iPads change. Any way to switch tabs with a button - but only on one device?

Thanks!

Enable bypass on that button too, it's syncing by default as well.

Ahhh amazing, thanks!

You can see I know almost nothing about this programming malarkey :sweat_smile: