I was wondering what are the possible user.agent values in gwt.xml. I found some of them but unfortunately not the complete list.
- Chrome – safari
- Firefox – gecko1_8
- Internet Explorer 6 – ie6
What are the others?? Opera, ie7, ie8, … etc.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends on the version of GWT, but here’s the latest definition. (Recently all IE9 / IE10 has been removed)
UPDATE: the module has moved from
com.google.gwt.user.UserAgenttocom.google.gwt.useragent.UserAgent, link above updated.UPDATE 2: GWT sources have moved to gwt.googlesource.com
Update 3: GWT sources have moved to github.com, link updated.