-
When I try to preview a link to the RStudio download page in a RevealJS presentation, it just hangs forever.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This will generally happen to any domain which disallows embedding in iframes; RStudio is one of them. IIRC, some google pages also disallow iframe embedding. |
Beta Was this translation helpful? Give feedback.
-
Detecting is a bit tricky b/c we can't sniff what happens inside the iframe. However, if you see this for a given link you can opt-out for just that link as described here https://quarto.org/docs/presentations/revealjs/presenting.html#preview-links |
Beta Was this translation helpful? Give feedback.
This will generally happen to any domain which disallows embedding in iframes; RStudio is one of them. IIRC, some google pages also disallow iframe embedding.