What is the user agent string for surface rt?

后端 未结 7 2112
感动是毒
感动是毒 2020-12-29 04:44

I\'m trying to determine the user agent string for surface RT for testing purposes.

7条回答
  •  萌比男神i
    2020-12-29 04:47

    surface RT will run only IE 10. The User Agent string is
    Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0)

    (source: this MSDN blog entry)
    This type of information is typically published well in advance of the delivery of the underlying browsers / machines, because of the interest Web Browser manufacturers have in seeing the new browsers well supported by most Web Sites.

提交回复
热议问题