Insert iframe on zap designer or zapworwks

Hello
Is it possible to insert an iframe in zap designer, or in zapworks

Thank you very much

Nope, you will need to use UniversalAR. You can do this with PlayCanvas for example. I went through this trouble recently, you can check the last post here with the solution. If the iframe doesn’t have a form, you can use this css instead (assuming the iframe will cover the whole screen).

iframe.setAttribute("style", "display: none; position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; ");

So, there is a post about using an iFrame with Zapworks. https://forum.zap.works/t/change-launch-external-website-messaging/4592/14.

It may not be able to do everything but may be something to look at.

Steve

Thank you very much

I haven’t been able to get it to work, it is possible to have a simpler example.
The idea is to get an iframe to load over a trigger.

Thank you very much

This may then not work for you.
In Studio the iframe is a pop-up that stops your zap and opens over it.

Steve