All Questions
6,828 questions
0
votes
0
answers
17
views
How to modify Widget iframe background to transparent?
I’ve embedded the Freshdesk help widget into my app, which supports both light and dark themes. In dark mode, the widget appears with a white boxed background (see the image). In light mode, the ...
-3
votes
0
answers
34
views
I developed an extension that allows users to watch videos without ads [closed]
I've noticed that YouTube now shows a much higher number of ads per video compared to how it was in the early days of the platform. That's why I'd like to hear your opinion: should I continue ...
0
votes
1
answer
57
views
How to replace self iframe with a new app
I have a parent application that embeds my Angular landing page inside an (iframe-div). This landing page displays icons for multiple apps. When a user clicks an icon, I want to:
Replace the current ...
-3
votes
1
answer
41
views
Change document title of parent window from an iframe with different subdomain [duplicate]
I have developed an application that is embedded via iframe in a website that I do not manage.
The iframe is on the same domain of the website but on different subdomain.
For example the website https:...
0
votes
1
answer
44
views
Memory Leak When Dynamically Updating <iframe> Content Using srcdoc in JavaScript
We are experiencing memory leaks in a web application where we dynamically update elements with new HTML content using the srcdoc property. This issue becomes apparent after extended usage, ...
2
votes
1
answer
60
views
Adjust Iframe height every time the content changes
I have seen similar questions like https://stackoverflow.com/q/819416/28856530 but i think that mine is different.
I have a Table inside a Iframe and few searching fields, my search is instant onkeyup ...
1
vote
0
answers
53
views
Name in iframe Random string
In my application, i'm using iframe to view files but I have a problem. The file name is a random string and not its name. How could he manipulate that information? I need the name of the file itself ...
0
votes
0
answers
29
views
Bubbling up mouse events outside of an IFrame [duplicate]
I have a transparent IFrame that covers the whole page (imagine an IFrame on top of the Google Maps). The IFrame has some UI elements (like menus) so I would like to be able to handle mouse events ...
1
vote
0
answers
56
views
How to enable simultaneous independent scrolling for multiple draggable elements using Interact.js?
I’m building a multi-touch application using HTML, CSS, jQuery, and Interact.js. The application has draggable squares that display content (HTML files loaded via iframes). Each square has its own ...
0
votes
1
answer
53
views
How to Collect Data Across Iframes on a Shared Domain Without Interacting With the Main Page?
I am working on an implementation involving hosted fields for securely handling credit card information. My setup includes the following:
An HTML page containing 4 iframes:
3 iframes for credit card ...
0
votes
1
answer
503
views
Why iframe enforce the parent page's Content Security Policy instead of its own
I’m working with an iframe and attempting to define its own Content Security Policy (CSP) using the csp attribute and the sandbox attribute. Here's the HTML structure of my iframe:
<iframe
...
0
votes
0
answers
43
views
Display real-time element from one page to another in same domain using Jquery load
I'm looking for a solution that can extract an element from one of our pages (on same domain) that constantly updates to a new page.
One constraint is the back end web-server that is displaying the ...
0
votes
0
answers
31
views
userAgentData within https iframe
I had a question about html pages. I have an html page that I navigate to via http, and in this page, I have an iframe that loads in an https page from a different domain that supports https. I am in ...
0
votes
2
answers
72
views
Relatively adapting size of iFrame depending on mobile window size
I embed an IFrame into my html file. The external webpage represents a canvas with a width of 1000px and a height of 480px, see below.
My IFrame looks like this (i use tailwindcss)
<div class=&...
2
votes
2
answers
123
views
Problem trying to show an iframe of a website that scales
I am trying to create a website that will show an iframe on the site, which has a panel at the side of it. The main thing that i need is for the iframe to render the website as if it was on a 1920px ...