Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Wrong device detection for a Nokia Lumia 620 #16

Closed
emacarron opened this issue Nov 12, 2013 · 3 comments
Closed

Wrong device detection for a Nokia Lumia 620 #16

emacarron opened this issue Nov 12, 2013 · 3 comments

Comments

@emacarron
Copy link

Hi,

The Nokia Luima 620 is detected as a "normal" device instead of a mobile phone.

Probably this happens because it uses an IE 10. These are the headers:

UserAgent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; ARM; Touch; WPDesktop)
x-wap-profile: null 
Profile: null 
Accept: text/html, application/xhtml+xml,

Looks like the key token in the UserAgen it the 'ARM' literal

Sorry for the spanish link:

IE-10 de 32 bits sobre Windows de 32 bits:
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)
IE-10 de 32 bits sobre Windows de 64 bits:
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)
IE-10 de 64 bits sobre Windows de 64 bits:
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0)
IE-10 sobre Windows RT:
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0)

http://www.genbeta.com/navegadores/internet-explorer-10-nuevas-cadenas-user-agent-para-identificar-dispositivos-tactiles-y-arquitectura-arm

@emacarron
Copy link
Author

Sorry, I have just noticed you are using the spring JIRA. I opened the issue there. Not sure if I should close this one.

https://jira.springsource.org/browse/MOBILE-89

@royclarkson
Copy link
Contributor

No worries. Either place is fine for reporting issues.

@royclarkson
Copy link
Contributor

This is working as designed. See the JIRA for details. Also added additional Windows Phone tests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants