Skip to content

IE10 on Desktop/Mobile not recognized #21

@aristotelos

Description

@aristotelos

The following User agents are not recognized (Emulatable by Google Chrome Developer Tools):
Nokia Lumia 7X0, Lumia 8XX, Lumia 900, N800, N810, N900:
Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 820)
Internet Explorer 10:
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)

I added the following to my BuilderDataSourcePatch.xml:

<device id="desktopDevice">
<list>
   ...
   <value>Mozilla/5.0 (compatible; MSIE 10.0;</value>
   <value>Mozilla/5.0 (compatible; MSIE</value>
   ...
</list>
</device>
<device id="mobileDevice">
<list>
   <value>IEMobile</value>
</list>
</device>

In my DeviceDataSourcePatch.xml I added:

<device id="mobileDevice" parentId="generic-">
</device>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions