In our app when user clicks a button in the fullscreen, it closes the fullscreen and displays a new inline widget. However that widget is being generated below the followup response from the chat and it is not visible in the screen. User has to scroll to the bottom to see it. It may appear as nothing is happening and I am afraid it will not be a good UX.
Is it possible to trigger a scroll to the bottom of the chat after user exits fullscreen?
@benlesh Thanks a lot into looking into it. Unfortunately doing as you suggested is not possible, because the browsersâ same-origin policy. Itâs throws an âUncaught SecurityErrorâ, because we canât access the parent from the iframe, as the hostname is different.
I would highly appreciate is such feature is added to the SDK.