32,605 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
35
views
Embedding YouTube User Uploads with <iframe>
I am trying to embed my uploaded videos to youtube using an <iframe> tag. I have tried using my channel handle, my channel handle with an @, and my channel ID, but it just shows a gray window ...
0
votes
0
answers
30
views
Worldpay HPP Apple Pay fails in embedded lightbox/iframe on Safari (303 redirect from /apple-pay/v2/session/create)
I’m integrating Worldpay HPP (Hosted Payment Pages) using the embedded lightbox / iframe (WPCL) approach on a Nuxt 3 site.
Problem summary
Apple Pay fails only when HPP is embedded (iframe/lightbox) ...
0
votes
0
answers
42
views
iOS: iframe inside Three.js CSS3DRenderer (CSS3DObject) won’t scroll
Problem
I’m building a Three.js scene where a laptop screen is a CSS3DObject containing an <iframe> (the iframe loads my separate React "2D OS" app). Desktop works fine, but on iOS Safari, ...
2
votes
1
answer
73
views
Laravel with Vite: Running dev server in an iFrame
I'm developing a Laravel app that runs inside an iFrame. While everything works fine with production builds (npm run build), I'm unable to get Vite working in development mode, which makes the ...
-1
votes
0
answers
65
views
React app running in iframe periodically has issues detecting clicks when iframe increases in size
I have a React app that is experiencing a random, elusive bug that occurs when the app is running in an iframe (as a ChatGPT app).
All areas of the app window are fully clickable when the iframe is ...
0
votes
0
answers
85
views
How to make instanceof work across multiple frames?
The MDN documentation states this about instanceof across multiple frames:
For example, to check if a Node is an SVGElement in a different context, you can use myNode instanceof myNode.ownerDocument....
Advice
0
votes
6
replies
59
views
Allow camera access to sandboxed iframe without using allow-same-origin
I am displaying user generated code (which wants to use the device camera) in an iframe on my website. To make it secure I have my iframe sandboxed like this:
<html>
<iframe src="...
0
votes
0
answers
32
views
Angular + GoldenLayout iframe reloads every time panel is moved — how to prevent iframe from reloading?
I am using Angular 21 with GoldenLayout (v2).
Inside a GoldenLayout component, I load an external site inside an .
The problem:
Whenever I move the panel, drag it, dock it somewhere else, or resize ...
Advice
0
votes
2
replies
53
views
Selenium + Serenity BDD cannot find <tbody id="bodyArchivos"> inside iframe even though it exists in DevTools (Java + Cucumber)
I’m working on an automated test with Java + Maven + Selenium WebDriver + Serenity BDD + Cucumber.
The test needs to click the "Download" button of the most recent projection file in a table that is ...
0
votes
1
answer
50
views
How can I set a fixed iframe height for custom preview sizes in Wagtail’s page preview?
I’m extending Wagtail’s built-in preview sizes to include some additional device configurations. Wagtail natively supports device_width, but not device_height. I’d like to define both width and height ...
0
votes
0
answers
37
views
Sandbox access violation: Blocked a frame in [email protected] cordova build
I have make build using cordova platform add [email protected] version
but getting error when run on iphone device
I am trying to my web in iFrame and iFrame host in cordova app. (web framework is DNN(https:/...
0
votes
0
answers
66
views
Debugging chrome extension that injects code
I have a chrome extension that injects a bunch of code to automatically fill in an HTML form on a couple of websites (like how simplify does for jobs) and stream it via websocket to that website’s ...
2
votes
4
answers
149
views
How to prevent scroll the parent website when the mouse cursor is inside a webview
I have a webview iframe inside a parent web. The webview is scrollable. My problem is when scroll to the bottom of webview, if you still scroll the mouse, the parent content is also scrolled.
What I ...
0
votes
0
answers
87
views
Can I mock network requests from a cross-origin iframe using vanilla JavaScript?
I want to embed a cross-origin iframe (for example: a Google page) in my HTML and intercept or mock some of its network requests. It would be without using browser extensions, proxies, or external ...
0
votes
0
answers
55
views
Trouble embedding SSRS report in iframe – scripts fail to load from correct origin
I'm having trouble embedding an SSRS report in an <iframe> from an external application. The app calls the report server URL, and we've already configured CORS and switched to basic ...