You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
Hi, the solution to this issue is to use the ".content" instead of ".source" option. If you have a text area box or a text input, paste the full html code given by google and then pass it to a string variable and then assign that to the content.
var s:String = googleCodeTextBox.text;
IFrameWithLoadIndicator.content = s;
that will solve that issue if you were parsing like me the Iframe code from the content to only get the http: link. This solution works better since it seems google is requiring the full code.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Anyone find a workaround for this problem? I'm seeing it on yahoo.com as well. I'm wondering if there is a workaround.
The text was updated successfully, but these errors were encountered: