reflex
reflex copied to clipboard
Post message to Iframe
Hello! I have successfully embedded an iframe on a parent window using rx.el.Iframe. I would like to interact with the content of the iframe from the parent window, for example, pushing a button. What is the best way to do that?
up!
you can do rx.Var('javascript_code_here').to(rx.EventChain) and call it on any event
Thank you @adhami3310 !!