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

Internet Explorer 11 (IE11) returns null for deviceFound if manufacturer codes are in the user agent #10

Open
argentini opened this issue Aug 21, 2014 · 0 comments

Comments

@argentini
Copy link

User agents in IE 11 like the one below work fine:
"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"

Ones that include manufacturer codes (like MALC below) cause evidence.deviceFound to return null.
"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MALC; rv:11.0) like Gecko"

The manufacturer codes at the URL below may need to be accounted for when IE11 is processed. Adding null checks and assuming desktop may be a decent workaround, but it's not accurate or a long-term solution. Thoughts?

http://user-agents.me/windows-oem-manufacturer-list

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