You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating this open alternative.
Can you please shed some light on the child script? In the example I don't see that the child has any script. Does this work without it somehow? Or does it work only because the parent and child have the same origin?
If a child script is needed, can you please show an example how it should be included?
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, if you talk about this example, the child iframe does not need to load any additional script since the parent and the iframe share the same origin, thus the parent has full control over the iframe element.
You always need to import the same script, as the script will automatically register the necessary listener if the current window is embedded in an iframe, I hope this is clear 👍
Hi,
Thanks for creating this open alternative.
Can you please shed some light on the child script? In the example I don't see that the child has any script. Does this work without it somehow? Or does it work only because the parent and child have the same origin?
If a child script is needed, can you please show an example how it should be included?
Thanks!
The text was updated successfully, but these errors were encountered: