I have this weird problem when checking the device information with WURFL. If I use a mobile device, the WURLF information is correct, but then when I return to check the same info with a desktop computer and Chrome browser, I get some old information, mainly "is_wireless_device: true" and screen resolution of 128x92. This happens even if I have previously logged in with LG Arena which has resolution of 800x480.
Comments
Comment #1
ahaarnos commentedWhat is the ID on the wurfldebug data? It may be that WURFL itself is misidentifying your OS/Browser combo. I had this problem with Windows 7/Safari being detected as a mobile device.
I think upgrading the wurfl.xml file to the latest version might lead to a better match for your device.
Comment #2
teemule commentedWURFL will by default detect any unknown devices as mobile. Try updating your wurfl.xml and/or adding a detection rule similar to "USERAGENT =~ Windows NT ? group=no". You'll have to find out what kind of useragent header your problem browser sends.