On Mar 22, 7:13 pm, Thomas Broyer <[email protected]> wrote: > > Have you tried: Window.Navigator? its getPlatform() method might prove > useful, otherwise getUserAgent()... You'd either use it in your code > an generate new permutations with a <define-property> and its > associated > <property-provider>http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g...() > Seehttp://code.google.com/p/doctype/wiki/NavigatorPlatformProperty > (make sure you follow the MSDN link too)
Okay, that makes sense. I doubt that using <property-provider> would help, however. I mean, the GWT web application has already served the user's browser with a Javascript permutation by the time Window.getPlatform() is available. I could do something weird with code splitting, but it probably isn't worth the effort. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
