Multiple Widget Display Prevention
On a page containing an iFrame, the iFrame must have its own JS embedded. As such, it will usually display a launch widget, meaning the screen will display two launch widgets. To avoid this, place the following line of code in the embedded JS where you DON’T want the launch widget to appear:
iridize.stateOnly=window != top ? true : undefined;
Reference below snippet of the JS embedded into the iFrame application:
