Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE10 on Desktop/Mobile not recognized #21

Open
aristotelos opened this issue Mar 7, 2014 · 0 comments
Open

IE10 on Desktop/Mobile not recognized #21

aristotelos opened this issue Mar 7, 2014 · 0 comments

Comments

@aristotelos
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant