Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

Issues with pinch/zoom on PWA using iframe to display a PDF document

I have a PWA (progressive web app) that in short displays a searchable list of PDF documents. Tapping on one of the items in the list brings up the PDF in the native view on the iPhone, which all ...
Mike's user avatar
  • 65
0 votes
0 answers
22 views

SVG embedded in external html page doesn't show in iframe

I want to embed an external webpage (https://flaci.com/regexp) into an html page of mine. I did this with an iframe: <!DOCTYPE html> <html> <body> <p> Here some text ...
claudia's user avatar
  • 101
-2 votes
0 answers
36 views

Changing iframe src causes browser tab to close [closed]

I have an iframe which loads a PDF src link from my backend that triggers a Print Action once the src is loaded it works as intended when loading the page normally. <iframe id="iFramePdf" ...
Raven Dorado's user avatar
-1 votes
0 answers
14 views

Dialog element chrome disappears or iframe takes over other content in dialog sometimes [closed]

I am using a dialog HTML Element and sometimes and consistently the chrome disappears completely but it seems to be on small screen sizes. Using a laptop the chrome is gone. Users using large monitors ...
1.21 gigawatts's user avatar
-2 votes
0 answers
68 views

how to load mini youtube window to my website using iframe? net::ERR_BLOCKED_BY_RESPONSE [duplicate]

I try to load youtube mini window,for users can see youtube while they use my website,but there is a problem:net::ERR_BLOCKED_BY_RESPONSE I tried to load it using iframe <iframe crossorigin="...
Николай Киселёв's user avatar
0 votes
1 answer
25 views

How to dynamically control iframe size from within a React app using postMessage API?

I have an embeddable React app that is embedded in a host website via an iframe. I need to adjust the iframe's height and width based on user interactions within the React app. I'm using the ...
Amit Pal's user avatar
  • 10.9k
-1 votes
2 answers
39 views

Wrapping a paragraph inside a heading behaves different in an iframe vs directly in the page

While I know wrapping a paragraph inside a heading like this: <h1><p>Lorem<br>Ipsum</p></h1> is invalid (see this question for example), it still renders correctly in ...
timlg07's user avatar
  • 592
0 votes
1 answer
30 views

Google Docs iframe not loading sometimes

When I try to load an iframe with the src https://docs.google.com/gview?url=MY_URL&embedded=true Sometimes it loads and sometimes it doesn't I tried changing the pdf url and the problem kept ...
mnwer's user avatar
  • 23
0 votes
1 answer
45 views

Assigning window.open causes a DOMException

I have an iframe embedded in a different domain that opens up a popup window in a different domain. I am trying to establish cross window communication and running into a bunch of XSS security ...
user25622659's user avatar
0 votes
1 answer
91 views

window.opener and window.parent not working in popup child window

I am building a microsoft teams tab and I'd like to be able to authenticate with an existing sso flow. However, the way teams work is that it embeds your app in an iframe. So I have an iframe of ...
TurmoiledPython's user avatar
0 votes
0 answers
20 views

how to goto a page on button click in html embed or iframe for pdf files (type="application/pdf")

I need to show a pdf file in an iframe or embed. This is the file that user selected from his\her local machine thru <input type="file"> Below is my code where I am converting the ...
VIRIYALA NARESH's user avatar
-1 votes
0 answers
38 views

How to hide video download button in html sandbox iframe

I went to hide download button from my video iframe.Now what can I do? Note:I can't use video tag because my video host in 3rd party site & they offer iframe with ads so I use sandbox for remove ...
MD Siam Ehosun Sun's user avatar
0 votes
0 answers
63 views

Dynamically Proxy HTTP to HTTPS Using Nginx for Embedding Applications in Iframes Without Mixed Content Warnings

I have an application deployed to various IP addresses (e.g., http://a.b.c.d). I want to embed this application inside a website secured with SSL (https). Directly embedding the IP address in an ...
Akhil Rasheed's user avatar
2 votes
0 answers
25 views

Flutter Web app inside an iframe appears stretched and unscrollable on mobile

I am currently working on a flutter web app, which needs to be embedded into an existing website ideally through an iframe, as we can't access the code of it completely. I can ask them to add little ...
LenkaK's user avatar
  • 21
0 votes
0 answers
23 views

How to create a link to an anchor on the main page from an iframe embedded in the main page?

With HTML, how to create a link to an anchor on the main page from an iframe embedded in the main page? The iframe is called and inserted and from the main page ( iframe is hosted in Github with a ...
Greg's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
818