What are the possible user.agent values in gwt.xml?

后端 未结 1 1598
臣服心动
臣服心动 2020-12-08 06:34

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
  • F
相关标签:
1条回答
  • 2020-12-08 07:08

    Depends on the version of GWT, but here's the latest: https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/useragent/UserAgent.gwt.xml

    UPDATE: the module has moved from com.google.gwt.user.UserAgent to com.google.gwt.useragent.UserAgent, link above updated.

    UPDATE 2: GWT sources have moved to gwt.googlesource.com

    0 讨论(0)
提交回复
热议问题