I could extend the CrossSiteIframeLinker and change: 

L413:   out.print("var $wnd = $wnd || window.parent;"); 

to 

 out.print("var $wnd = $wnd ||  document.getElementById("myiframe");");


But what do you mean by "an iframe created during "bootstrap"? Where do I 
create the iframe?




Am Dienstag, 5. Januar 2016 18:40:28 UTC+1 schrieb Thomas Broyer:
>
> Ideally, probably use a custom linker that makes it so that $wnd and $doc 
> point to an iframe created during "bootstrap" of the app.
> Or as I said before, don't use widgets.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/2bf5cdc5-9108-45ac-911b-44995474f518%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to