Typeform Embed Displaying on Desktop but not Mobile
Hello, I created a typeform and embedded it on our website. The embed works perfectly on the desktop but when I go to the mobile site, I press the button to start the quiz and the embed disappears. I’ve played around with the code using suggestions from the FAQ’s with no luck. Any solutions to this?
Hi @allissacorak Thanks for stopping by the community! I’m also seeing the form disappear when I click in it. How are you embedding the form on your website?
Adding @mathio here in case he spots anything!
It looks like for some reason your embed code is inside an <iframe>. On mobile when you start your typeform it resizes to be fullscreen for best respondent experience. However the parent iframe (the one that wraps the embed code) is not resized correctly and therefore the typeform is hidden:
I’d suggest not to embed inside an iframe like this. If you need to do it, then you need to resize the iframe manually.