Answers

Question and Answer:

  Home  EXT GWT

⟩ Tell me Is GWT works in all the browsers?

Yes GWT works in all the browsers because GWT compiler creates javascript code per browser and per localization.

I meant, if you configure module.xml with Firefox and IE then GWT compiler will create javascript code for both browsers seperately.

And when you load the application it first check from which browser you are opening the application and it will load the corresponding javascript.

It means GWT supports Cross browser functionality.

 205 views

More Questions for you: