arouel / uadetector

UADetector is a library to identify over 190 different desktop and mobile browsers and 130 other User-Agents like feed readers, email clients and multimedia players. In addition, even more than 400 robots like BingBot, Googlebot or Yahoo Bot can be identified.
http://uadetector.sourceforge.net/
Apache License 2.0
246 stars 100 forks source link

wrong identification #89

Open chenbekor opened 10 years ago

chenbekor commented 10 years ago

hi, I'm using latest binaries 2014.09

and I'm trying to detect the browser type from this UA:

Mozilla/5.0(WindowsNT6.3;WOW64;Trident/7.0;Touch;LCJB;rv:11.0)likeGecko

for some reason - it is detected as Firefox instead of IE

Any clue?

arouel commented 9 years ago

At the moment it looks like that our existing patterns do not cover this case. Do you have a resource where this user agent string is document. A development page or a source code reference would be good to verify as well as to build a more capable pattern.