tags:

views:

48

answers:

1

I am using GWT-JAVA. The Login page displayed good in firefox. But In IE It is too slow and also Fonts are too big. In chrome it display only the background image. Nothing will be display. Is it GWT a browser dependent? Otherwise Can i change any other options or anything else?

Thanks in advance.

A: 

GWT is intended to be browser independent, but there are limits. Are you following the advice in the "Cross-Browser Support" page?

Speed of old versions of IE will always be an issue for any browser-based UI toolkit that relies heavily on Javascript.

Stephen C