Is there any documentation available about which browsers are
supported by gwt 2.0 ?
If so, could you please inform me where to find it.
thnx,
Raymond
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
http://code.google.com/webtoolkit/doc/latest/FAQ_GettingStarted.html#What_browsers_does_GWT_support?
Seems a bit out of date though, as I've heard that only the latest
Opera version was supported (which means Opera 10.x nowadays); and
Firefox 3.6 is obviously supported (I'm not sure unit tests are being
run in Firefox 3.6 though, but as long as it doesn't break compat'
with 3.5, it should work –and I haven't seen any bug report here apart
from the DevMode not working, which is a different story–)
My question was triggered about the news flash that google will stop
supporting IE6 and some other older browsers as described on:
http://googleenterprise.blogspot.com/2010/01/modern-browsers-for-modern-applications.html
But it seems this has no immediate impact on GWT (at this time...).
On Feb 1, 4:15 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> On Feb 1, 3:55 pm, "R.Domingo" <raym...@domingo.nl> wrote:
>
>
>
> > Is there any documentation available about which browsers are
> > supported by gwt 2.0 ?
> > If so, could you please inform me where to find it.
>
> http://code.google.com/webtoolkit/doc/latest/FAQ_GettingStarted.html#...
I can't find this information anywhere. If I could just get the names
and versions I can calculate the market share myself.
This is the first job I've proposed using GWT on and I would really
like to get it, but just saying "all the popular browsers are
supported", probably isn't good enough.
Is there a list somewhere?
IE6-8
FF2-3.6
Safari (not sure on versions)
Opera (latest)
http://en.wikipedia.org/wiki/Usage_share_of_web_browsers
http://code.google.com/webtoolkit/doc/latest/FAQ_GettingStarted.html#What_browsers_does_GWT_support?
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
My GWT site works all of these browsers except IE6, which gives me
some problems.
Hope this helps,
Rob
www.bookwhack.com
> > Raymond- Hide quoted text -
>
> - Show quoted text -
1) Significant pain of cross-browser compatibility is eased
2) GWT doesn't prevent you from writing browser-specific code.
3) Regardless of number 1, you still need to know about cross-browser
issues, in order to avoid number 2