Re: GWT webapp into an IFRAME

2011-02-14 Thread Sebastian Rothbucher
Hi, I can also confirm this works quite smoothly: embed into an Iframe and redirect to the own URL or a #marker URL with target=top to prevent that. Best Regards Sebastian Rothbucher On 2 Feb., 17:02, aditya sanas 007aditya.b...@gmail.com wrote: hi, yeah ofcourse it will work i have

Re: GWT webapp into an IFRAME

2011-02-02 Thread aditya sanas
hi, yeah ofcourse it will work i have implemented it in my projects but you might require to check browser compatibility for frame size and some minor changes but this works for sure. -- Aditya On Wed, Feb 2, 2011 at 9:20 PM, obesga obe...@gmail.com wrote: Hello I've done a GWT app which is

Re: GWT webapp into an IFRAME

2011-02-02 Thread Jan Mostert
One of my apps is running on facebook, facebook uses an iFrame to display the application (if you're not using FBML), so yes, it does work. On Wed, Feb 2, 2011 at 6:02 PM, aditya sanas 007aditya.b...@gmail.comwrote: hi, yeah ofcourse it will work i have implemented it in my projects but you

Re: GWT webapp into an IFRAME

2011-02-02 Thread obesga
Well, the first test eas a complete success !!! How to detect if your GWT is into an iframe /* Returns TRUE if the app is running inside a iframe */ private static native boolean inIframe() /*-{ return $wnd.top != $wnd; }-*/; On 2 feb, 17:18, Jan Mostert j...@mycee.com wrote:

RE: GWT webapp into an IFRAME

2011-02-02 Thread Armishev, Sergey
Of Jan Mostert Sent: Wednesday, February 02, 2011 11:19 AM To: google-web-toolkit@googlegroups.com Subject: Re: GWT webapp into an IFRAME One of my apps is running on facebook, facebook uses an iFrame to display the application (if you're not using FBML), so yes, it does work. On Wed, Feb 2