Hi! Is is possible to create a single JavaScript output ffrom a GWT application which would support all major browsers (Safari, Gecko, IE10)? If yes: how can I specify which browsers should be supported?
If I use: <add-linker name="sso"/> along with: <set-property name="user.agent" value="safarimgecko1_8,ie10"/> I get the: [ERROR] The module must have exactly one distinct permutation when using the Single Script Linker; found 3 It seems that generated (single) JavaScript file is browser-dependent and not a cross-browser... -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
