I-frame won't showcase full web page

  • Goal: Implement I frame within retool app

  • Steps: Inserted web url into Iframe. Was able to successfully see webpage

  • Details: Currently when the I-frame loads in, it intially shows the top of the web page and I am able to scroll through it. About 3 seconds later, it scrolls to the bottom and I am unable to to see the entire web page anymore. Just the footer

Is there a way to adjust the Iframe settings to not do this?

image

can you try checking the browser dev tools for failed network requests and enabling both Successful Queries and Failed Queries then refreshing to see if you get any notifications? I'm kinda wondering if there's a mistyped query or function call (or something sneakier) somewhere that's affecting the iframe

I did that however, when I refresh the I-frame I see not notifications. Currently I just have the url in the I-frame and not attached to any queries.

Do you have any suggestions on how to use a custom component to showcase the I-frame?

Hi @Ian_Stack I haven't been able to reproduce this yet :thinking: Could you share the code you're using?