Hi there! I have some special use-case:
I want to showcase a device with 2 screens in my Portfolio. I created a simple HTML with 2 iframes containing a Figma prototype from the same design file:
edit: here is the html hosted on github: https://dimalei.github.io/
here is a snippet of my html:
12 3 4 5 6 7 8 9 10 1112
Is there any way to have the two prototypes interact? I tried setting a variable when navigating to a different screen on top. Unfortunately it does not affect the second instance of the prototype:




