After installing Google Chrome web browser today I tried out a couple of GWT applications that I have created using GWT 1.5. So far so good. I noticed quickly that my GWT apps were using the Safari version of the GWT code. Performance of GWT in Google Chrome was great. I need to do some more testing to be sure that my GWT apps are working as expected with Google Chrome.
1 comment:
Hi,
Since Chrome is using the WebKit as the base (same as safari), GWT must be selecting that .js file.
Post a Comment