-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
Labels
No labels