Skip to main content

All Questions

-1 votes
1 answer
2k views

Power BI Iframe: Issue with IE and Edge

We have an Application Developed in ASP.NET inside which we have added an embedded Power Bi Dashboard using iFrame. The Dashboard is working as expected in Chrome but facing the following issues with ...
appootan's user avatar
0 votes
2 answers
573 views

Patching document.write on Edge and IE

Here is a simple monkey patch for document.write which works in all major browsers but MS Edge and IE. <!DOCTYPE html> <html> <head> </head> <body> &...
Vladislav's user avatar
  • 513
5 votes
1 answer
3k views

HTML as sandboxed iframe's `src` (IE11/Edge)

With HTML5, is there any way in IE11/Edge to populate a sandboxed iframe (<iframe sandbox></iframe>) with HTML other than using a src url? I am looking for a solution like srcdoc which ...
Daniel A. R. Werner's user avatar
0 votes
1 answer
926 views

Adjust Iframe height for IE11 with Document modes

I'm Using IE11, Edge Document mode, Windows render the iframe height differently. I was using this before. <iframe name="stack" src="http://stackoverflow.com/" width='100%' height='100%' ...
Lucky's user avatar
  • 807