Thursday, May 31, 2007

GWT-app does not first show when loading (IE 6)

Modules can contain references to external JavaScript and CSS files, causing them to be automatically loaded when the module itself is loaded.

But when injection of CSS file make the IE does not show the GWT widgits until you click on the page manually.

To work around this, donot use css injection but using normal way of embed the css file in html template

No comments: