Web Toolkit Blog
The official source of information about GWT.
Delivering faster, richer GWT applications to your users
Tuesday, September 22, 2009
GWT has always been about providing a
better experience
for your users. Today GWT received a helping hand with the
release
of an early version of
Google Chrome Frame
, an open source plug-in that brings HTML5, a faster JavaScript engine and other open web technologies to Internet Explorer.
You're probably wondering how your users can take advantage of Google Chrome Frame. Simply add the following tag to the
<head>
section of your application's HTML page, just like you would for any other web application:
<meta equiv="X-UA-Compatible" content="chrome=1">
As you probably know GWT automatically builds a different version of your application for each major browser. It uses a special selection script to launch the version which has been specifically optimized for the user's browser and personal settings.
Now you might be wondering how your existing apps will behave when your IE users with Google Chrome Frame installed visit your site. Will GWT try to launch the IE version or the WebKit version of your application?
GWT's selection script detects your browser's rendering engine so that it can launch a version of your app which is optimized for your browser. When the Google Chrome Frame plug-in is installed and the
meta
tag is present the WebKit rendering engine is used instead of the IE rendering engine. Since your app's existing selection script already recognizes WebKit based browsers it will know to launch a version of your app which has been optimized for Google Chrome Frame. If you don't include the
meta
tag or if your users don't have Google Chrome Frame installed the GWT selection script will still know to launch the IE version of your app.
In other words, your existing GWT apps are already setup to work with Google Chrome Frame. All you have to do is add the
meta
tag to your HTML pages.
If you like'd to encourage your IE users to install Google Chrome Frame or would simply like to learn more you can checkout the Google Chrome Frame
developer docs
.
Labels
accessibility
1
crash
1
dev mode
2
English
172
googlenew
1
gwt
1
IE
1
internet explorer
1
Web Toolkit Blog
172
Archive
2016
Oct
2014
Dec
Nov
Sep
May
Jan
2013
Nov
Oct
Jul
Mar
Feb
2012
Dec
Oct
Sep
Jul
Jun
Jan
2011
Nov
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2010
Dec
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2009
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2008
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Feb
Jan
2007
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2006
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Feed