b
I'm deploying BP (cloud) in an iframe inside a div (on Framer). Is there any way for me to hook into the close button press event on the bot so I can redirect to another page? From what I understand, I can't access the DOM inside the iframe due to the cross-origin policy.
I've hooked into the UI.CLOSED event, but I can't navigate the parent of the iframe due to the cross-origin policy