On 14 août, 14:32, Ice13ill <andrei.fifi...@gmail.com> wrote: > I wont to know if by checking the "user.agent" property in the gwt.xml > file I can detect if the client is using a browser on a mobile phone > (like HTC wiht Android, or IPhone etc) > > And also, are there "nasty" restrictions on the JS (thus GWT classes) > on those browsers ?(at least for those very widely used)
See http://code.google.com/p/gwt-mobile-webkit/ (and there are probably other projects out there) If you can, you should use deferred binding (with a property-provider) instead of checking Window.Navigator in your code (this would mean you download both the mobile and "desktop" versions, but just don't run the "desktop" parts) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.