Skip to main content

iframe support limitations

Unfortunately we do not support running Go Gab in an iframe on all platforms. We have been able to properly test iframe support for the following platforms:

Suggested

It is suggested that you launch Go Gab in a new window instead of using iframes. See SCORM integration for more details.

Unsupported

We cannot offer official support, but the following might work on some platforms:

<iframe
title="GoGab Call Simulator"
name="htmlComp-iframe"
width="800px"
height="630px"
src="https://www.gogab.me/call/b55a27c8-07e4-4aaf-bbcd-71010c6d7608/scorm/bounce"
scrolling="no"
allow="microphone"></iframe>

Common failures

The two categories we see common falures when using iframes are:

  • Login issues - The authentication in an iframe will often fail. If you attempt to integrate with an iframe and are presented with a login screen that will not finish the login process, this is a known limitation with no known work-around.
  • Microphone issues - For security reasons, some web platforms do not permit setting the allow="microphone" attribute and therefore will not allow learners to speak to the avatars.