Working on adaptive within inline iframe

Hi everyone,
I am trying to create an adaptive prototype, and currently, I am using inline iframe for most of the contents within my pages. There is a problem that the contents inside the inline iframe won’t be updated based on the adaptive view. Does it mean the content within an inline iframe isn’t supported for adaptive views?

Update:
I created a workaround using a text-field inside the child page to get inline iframe’s width (using [[window.width]], set the value to the textfield and then set adaptive views accordingly based on the OnTextChange value.

1 Like