Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iframe config setting "shouldLoadIframeMinimized" in lex-web-ui-loader-config.json has no effect #63

Closed
rstrahan opened this issue Jun 13, 2018 · 2 comments

Comments

@rstrahan
Copy link
Contributor

The value of
"shouldLoadIframeMinimized": false
in lex-web-ui-loader-config.json has no effect. It is being overridden by the default setting 'true', causing iframe to load minimized despite changing config to specify 'false'.

@rstrahan
Copy link
Contributor Author

Workaround is to pass desired "shouldLoadIframeMinimized" value into the load method from the parent page snippet, eg:

...
  var loader = new ChatBotUiLoader.IframeLoader(loaderOpts);
  var loaderCfg = {iframe: {shouldLoadIframeMinimized: false}};
  loader.load(loaderCfg)
...

@vinayburam
Copy link

I have tried this but not getting the desired result

@atjohns atjohns closed this as completed Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants