This can happen if the site hosting iFrame is on a different domain then the server hosting the Instant Web Client.
For example if the web client (web application) is running on webclient.yourDomain.com then the iFrame can be successfully hosted on any sub domain (*.yourDomain.com) like: chat.yourDomain.com
However if iFrame is hosted on a different domain like: chat.otherDomain.com then it won’t work. Cause of the issue: Safari does not allow making cross domain AJAX calls.
No comments:
Post a Comment