Infobox Question

Is there a simple to make it so that the infobox isn't isolated into an iframe? The reason I ask is, our application uses angularjs and it would be really nice to be able to have it within the same scope as the primary view. Or would the better option just be disabling the info box and creating my own?

Hello,

In order to get rid of the iframe, you will have to make changes to the code in InfoBox.

We decided to push it to an iframe because the description property can populate the infobox with HTML, which can run Javascript and could possibly be used maliciously. Isolating it to an iframe reduces that security risk. If you have complete control over the content being loaded into the infobox, this may not be an issue for you.

Best,

Hannah