iframe Questions
5
Solved
I have an form that I want to automate using Cucumber and Selenium Webdriver in Java - in this form, we have a card element which we use from Stripe. We call the div, and stripe does the rest. I'm ...
Fletafletch asked 15/2, 2018 at 10:58
5
Solved
I've had a Google Apps Script web app running for a bit over a year which gave users an option to download a csv file. It worked perfectly fine, although in the console it gave a warning about down...
Glandule asked 22/5, 2020 at 18:36
1
I have multiple angular components which all contain a different IFrame. The problem I have is that when I navigate in my application, it triggers a reload of the IFrames. Is there a way to persist...
Annamarieannamese asked 14/2, 2018 at 16:53
3
I develop a widget that is expected to run on a partner's site as an iFrame. The iFrame is served up via a different domain than the parent's domain, so I cannot explicitly access their DOM.
The e...
Offenseless asked 2/10, 2019 at 19:28
5
Just thought someone will be interested in knowing how to embed a YouTube iframe or any 16:9 video (e.g. Twitch live widget, Vimeo etc.)
YouTube usually gives you a fixed size video width="560" he...
Keener asked 11/2, 2020 at 8:24
3
Solved
In years past, it was easy to remove the info window from an embedded Google Maps. Just add iwloc=near in the query string.
In the past few weeks, Google has migrated to a NEW embed query string f...
Unsuccess asked 7/3, 2014 at 18:45
3
Solved
Recently i tried to load youtube website in an iframe, but i checked that it's not worked. i used this simple code.
<!DOCTYPE html>
<html>
<head>
<title></title>
<...
Pye asked 7/11, 2013 at 17:51
4
I am trying to display the content of a pdf with an iframe. Everything is working fine on a normal computer. However on mobile devices of apple (IPhone/IPad) only the first page of the pdf is getti...
8
Solved
I have multiple iframes in a page. Now I have one message event listener for the page, which gets the messages from all of the iframes. I have a workaround to know from which iframe the message is ...
Terraterrace asked 28/4, 2013 at 18:52
5
Solved
Is it possible to show poshytip from iframe so it is also displaying outside of iframe?
Eg. like overflow: visible..
And if not, then how hard would be to display poshytip for parent document and ...
Lumberman asked 6/9, 2012 at 12:10
10
Solved
I've been battling with the youtube iframe api for quite some time now. Somehow the method onYouTubeIframeAPIReady is not always triggered.
From the symptoms it seems a loading problem. No errors...
Sudiesudnor asked 4/9, 2012 at 3:21
2
I have an iframe showing on my page in a panel of a fixed height but the page rendered in the iframe is much larger.
I don't want the user to be able to click on anything in the iframe. I know that...
Chaucerian asked 26/4, 2017 at 3:54
2
So due to the recent Chrome update preventing a data URL from being opened directly using javaScript: "Not allowed to navigate top frame to data URL", I have some code that I need to modify. I have...
Lawson asked 29/8, 2017 at 19:41
11
Solved
I am using reactplayer for a youtube video which uses iframe. I am trying to scale the video to my div and I want it to be responsive.
I put a width and height at 100% on the ReactPlayer, and I h...
3
Solved
My page is using iframes to display some content, but right now I'm working on the main page and the output from the iframes is cluttering my console and making it hard to debug. Is there any way t...
Danged asked 19/2, 2015 at 8:23
4
I'm trying to embed vimeo videos as iframes. I'm using the following code:
<iframe width="1140" height="570" src="https://player.vimeo.com/video/553469759?autoplay=1&...
Ladylike asked 27/5, 2021 at 10:40
6
I'm trying to take a screenshot of an iframe in a webpage.
In my particular case, the iframe contains the Street View of one of my clients' store.
As far as I've searched and read, I didn't find an...
Reeve asked 11/6, 2019 at 12:24
7
Solved
My ReactJS component contains an iframe. In response to an event in the outer page, I need to reload the iframe. If the user has navigated to another page in the iframe, I need to reset it to the U...
5
Solved
Is there a way to use an iframe or some other method of showing a named div from another website?
I want to pull in some data from a government website into a google map and when they click the po...
Stinkweed asked 13/5, 2010 at 15:38
7
Within our web application we are displaying a PDF document in an iframe using the following line of code:
<iframe id="iframeContainer" src="https://example.com/pdfdoc.pdf"
...
Zacynthus asked 18/3, 2013 at 15:38
1
I'm creating an iframe dynamically like this:
let code = "<html><head><title> hello world <\/title><\/head><body><h1> hello world <\/h1><scri...
Nunuance asked 24/6, 2020 at 1:26
4
The closest thing I can find to what I'm trying to do on SO is this, but sounds like this is not a workable solution anymore and it is not specific to iFrames anyway:
Click through a DIV to underly...
Proximity asked 24/5, 2014 at 16:1
8
I have created a basic HTML editor using a textarea and an iframe to preview HTML, CSS, and JavaScript changes. Here's the setup:
textarea,
iframe {
width: 300px;
height: 200px;
}
<textarea&g...
Drupe asked 19/7, 2023 at 20:23
7
Solved
How should I set the dimensions of an iframe dynamically, so the size is flexible for different viewport sizes?
For example:
<iframe src="html_intro.asp" width="100%" height="300">
<p&g...
2
Solved
I am attempting to select a button within an iframe utilizing Python & Playwright... in Selenium I know you can do this by using indexes. Is this possible in playwright? I've been digging throu...
Ailee asked 21/9, 2022 at 22:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.