Skip to content

Instantly share code, notes, and snippets.

@julienvey
Created September 20, 2012 08:58
Show Gist options
  • Save julienvey/3754765 to your computer and use it in GitHub Desktop.
Save julienvey/3754765 to your computer and use it in GitHub Desktop.
GWT Native Call
private static native void closePage() /*-{
$wnd.open('', '_self', ''); // hack for chrome, otherwise close won't work...
$wnd.close();
$wnd.open('about:blank', '_parent', ''); // hack for firefox... because close don't work...
}-*/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment