Hello!
I am using the embed SDK for Typescript and embedding my form on an Angular app.
I use Hotjar and in order for it to render iframe contents a property data-hj-allow-iframe must be passed to the iframe. While trying to add it I noticed only “style” prop can be provided. I think it’s a bug on the bindings but I am no expert in Typescript. Could anyone please verify?
Check out the example on this Hotjar doc:
<iframe src="https://example.com/page.html" data-hj-allow-iframe=""></iframe>
Thank you!
Heitor