Hi akutz, The list of browsers that GWT currently supports are:
- Firefox 1.0, 1.5, 2.0 and 3.0 - Internet Explorer 6 and 7 - Safari 2 and 3 - Opera 9.0 (current as of May 2008) We can also add on Google Chrome, Android and iPhone to that list. The reason why you've discovered that your GWT application works for the iPhone and Android browsers is because both consist of WebKit builds, which GWT supports. If you're planning on supporting other mobile browsers, I would recommend either creating a redirect (client-side or server-side) that detects that the browser agent is not supported and sends the client to a plain HTML page, or creating Deferred Binding rules to create equivalents of the widgets your project uses for the target mobile browser you have in mind. In case of the latter, you should double check that the target browser does indeed support JavaScript. To learn more about Deferred Binding, check out the link below: Deferred Binding: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideDeferredBinding Hope that helps, -Sumit Chandel On Fri, Jan 16, 2009 at 8:48 PM, akutz <[email protected]> wrote: > > I have created a new app focused on mobile management of various > virtualization platforms using GWT. I have tested the app with several > mobile platforms, and am keeping a list of those that work and those > that do not. You can find the list at > http://help.lostcreations.com/faqs/vmm/supported-device-list. > > FYI - So far Safari on the iPhone and Android are the only two > platforms that appear to work :( > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
