OpenDDRdotORG / OpenDDR-Resources

OpenDDR resources
http://openddr.mobi
GNU General Public License v3.0
77 stars 9 forks source link

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

Open argentini opened 10 years ago

argentini commented 10 years ago

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

rezan commented 10 years ago

So we have been migrating OpenDDR to Apache DeviceMap. This is a very active project. You can find out more information here:

http://incubator.apache.org/devicemap/

OpenDDR has been pretty inactive this year... so I am not sure if this will ever be seen, let alone addressed.