Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just do some Google'ing and you will find your answer.</p> <p><a href="http://msdn.microsoft.com/en-us/library/ie/hh920767%28v=vs.85%29.aspx">Internet Explorer 10 User-agent string</a></p> <blockquote> <p><strong>Internet Explorer 10 on Windows RT:</strong></p> <p>Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0)</p> </blockquote> <p><em>Update after comment below</em></p> <p>The link above also states: </p> <blockquote> <p><strong>Identifying touch-enabled systems</strong><br><em>Internet Explorer 10 introduces the "Touch" UA string token. If this token is present at the end of the UA string, the computer has touch capability, and is running Windows 8 (or later). This UA string will be transmitted on a touch-enabled system running Windows 8.</em> <br><strong>Note</strong> <em>Internet Explorer 10 on Windows 7 will never report a UA string with the "Touch" token.</em></p> <p><strong>Internet Explorer 10 on Windows RT with Touch enabled:</strong></p> <p>Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0; Touch)</p> </blockquote> <hr> <p><strong>Update for Internet Explorer 11</strong></p> <p><a href="http://msdn.microsoft.com/en-us/library/ie/hh869301%28v=vs.85%29.aspx">User-agent string changes</a></p> <p>Here is what's reported for Internet Explorer 11 on Windows 8.1:</p> <pre><code>Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko </code></pre> <p>Here is the string for Internet Explorer 11 on Windows 7:</p> <pre><code>Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko </code></pre> <p>If you compare these values to those reported by earlier versions of Internet Explorer, you'll find the following changes:</p> <ul> <li>The compatible ("compatible") and browser ("MSIE") tokens have been removed.</li> <li>The "like Gecko" token has been added (for consistency with other browsers).</li> <li>The version of the browser is now reported by a new revision ("rv") token.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload