I'm using iframes inside tiddlers to show local html documents. This works 
without issue using Firefox, Chrome or Safari. With Internet Explorer 11 or 
Microsoft Edge, the iframe content stays empty. Does someone have an idea 
how to solve it?

For example:

In the tiddler:

<iframe src="dummy.html" width="100%" height="800"></iframe>


In *dummy.html* :

<!DOCTYPE html>
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type">
    <title>Test</title>
  </head>
  <body>
    <p>Test</p>
  </body>
</html>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2b8bb28b-3705-4e65-9556-8b7d5668bd18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to